#9F669C

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

Shades of Violet Blue #9F669C

Tints of Violet Blue #9F669C

Color information

#9F669C (or 0x9F669C) is unknown color: approx Violet Blue. HEX triplet: 9F, 66 and 9C. RGB value is (159,102,156). Sum of RGB (Red+Green+Blue) = 159+102+156=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F669C is #609963. Grayscale: #7D7D7D. Windows color (decimal): -6330724 or 10249887. OLE color: 10249887.

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

Color convert

RGB159102156-
CMYK00.360.020.38
HSL303.16º22.89%51.18%-
HSV(B)303.16º35.85%62.35%-
XYZ25.0519.2733.85-
YUV125.2145.38152.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=38.13%
G=24.46%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910215600.360.020.38303.1622.8951.18
Hex9F669C02422612f1733
Octal2371462340442464572763
Binary1001111111001101001110001001001010011010010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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