#9F669E

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

Shades of Violet Blue #9F669E

Tints of Violet Blue #9F669E

Color information

#9F669E (or 0x9F669E) is unknown color: approx Violet Blue. HEX triplet: 9F, 66 and 9E. RGB value is (159,102,158). Sum of RGB (Red+Green+Blue) = 159+102+158=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F669E is #609961. Grayscale: #7D7D7D. Windows color (decimal): -6330722 or 10380959. OLE color: 10380959.

HSL color Cylindrical-coordinate representation of color #9F669E: hue angle of 301.05º 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 #9F669E is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB159102158-
CMYK00.360.010.38
HSL301.05º22.89%51.18%-
HSV(B)301.05º35.85%62.35%-
XYZ25.2219.3434.75-
YUV125.43146.38151.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=37.95%
G=24.34%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910215800.360.010.38301.0522.8951.18
Hex9F669E02412612d1733
Octal2371462360441464552763
Binary100111111100110100111100100100110011010010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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