#9D609C

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

Shades of Violet Blue #9D609C

Tints of Violet Blue #9D609C

Color information

#9D609C (or 0x9D609C) is unknown color: approx Violet Blue. HEX triplet: 9D, 60 and 9C. RGB value is (157,96,156). Sum of RGB (Red+Green+Blue) = 157+96+156=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D609C is #629F63. Grayscale: #787878. Windows color (decimal): -6463332 or 10248349. OLE color: 10248349.

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

Color convert

RGB15796156-
CMYK00.390.010.38
HSL300.98º24.11%49.61%-
HSV(B)300.98º38.85%61.57%-
XYZ24.0917.9333.64-
YUV121.08147.71153.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.39%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=38.39%
G=23.47%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579615600.390.010.38300.9824.1149.61
Hex9D609C02712612d1832
Octal2351402340471464553062
Binary100111011100000100111000100111110011010010110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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