#9D609D

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

Shades of Violet Blue #9D609D

Tints of Violet Blue #9D609D

Color information

#9D609D (or 0x9D609D) is unknown color: approx Violet Blue. HEX triplet: 9D, 60 and 9D. RGB value is (157,96,157). Sum of RGB (Red+Green+Blue) = 157+96+157=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D609D is #629F62. Grayscale: #797979. Windows color (decimal): -6463331 or 10313885. OLE color: 10313885.

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

Color convert

RGB15796157-
CMYK00.3900.38
HSL300º24.11%49.61%-
HSV(B)300º38.85%61.57%-
XYZ24.1717.9734.09-
YUV121.19148.21153.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=38.29%
G=23.41%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579615700.3900.3830024.1149.61
Hex9D609D02702612c1832
Octal2351402350470464543062
Binary100111011100000100111010100111010011010010110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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