#9F6E9C

Color #9F6E9C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F6E9C

Tints of Violet Blue #9F6E9C

Color information

#9F6E9C (or 0x9F6E9C) is unknown color: approx Violet Blue. HEX triplet: 9F, 6E and 9C. RGB value is (159,110,156). Sum of RGB (Red+Green+Blue) = 159+110+156=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6E9C is #609163. Grayscale: #818181. Windows color (decimal): -6328676 or 10251935. OLE color: 10251935.

HSL color Cylindrical-coordinate representation of color #9F6E9C: hue angle of 303.67º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6E9C is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159110156-
CMYK00.310.020.38
HSL303.67º20.33%52.75%-
HSV(B)303.67º30.82%62.35%-
XYZ25.8720.9234.13-
YUV129.89142.73148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=37.41%
G=25.88%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911015600.310.020.38303.6720.3352.75
Hex9F6E9C01F2261301435
Octal2371562340372464602465
Binary100111111101110100111000111111010011010011000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6E9C; }

 p { color: rgb(159,110,156); }

 H1.HeaderClassName
 {
   color: #9F6E9C;
 }
 .AnyTagClassName
 {
   color: #9F6E9C;
 }
</style>
background-color css

<style>
 a { background-color: #9F6E9C; }

 a { background-color: rgb(159,110,156); }

 div.DivClassName
 {
   background-color: #9F6E9C;
 }
 .BgClassName
 {
   background-color: #9F6E9C;
 }
</style>
border-color css

<style>
 span { border-color: #9F6E9C; }

 span { border-color: rgb(159,110,156); }

 td.TdClassName
 {
   border-color: #9F6E9C;
 }
 .TagClassName
 {
   border-color: #9F6E9C;
 }
</style>