#9D669C

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

Shades of Violet Blue #9D669C

Tints of Violet Blue #9D669C

Color information

#9D669C (or 0x9D669C) is unknown color: approx Violet Blue. HEX triplet: 9D, 66 and 9C. RGB value is (157,102,156). Sum of RGB (Red+Green+Blue) = 157+102+156=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D669C is #629963. Grayscale: #7C7C7C. Windows color (decimal): -6461796 or 10249885. OLE color: 10249885.

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

Color convert

RGB157102156-
CMYK00.350.010.38
HSL301.09º21.91%50.78%-
HSV(B)301.09º35.03%61.57%-
XYZ24.6619.0733.83-
YUV124.6145.72151.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=37.83%
G=24.58%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710215600.350.010.38301.0921.9150.78
Hex9D669C02312612d1633
Octal2351462340431464552663
Binary100111011100110100111000100011110011010010110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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