#9D6CA4

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

Shades of Violet Blue #9D6CA4

Tints of Violet Blue #9D6CA4

Color information

#9D6CA4 (or 0x9D6CA4) is unknown color: approx Violet Blue. HEX triplet: 9D, 6C and A4. RGB value is (157,108,164). Sum of RGB (Red+Green+Blue) = 157+108+164=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D6CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6CA4 is #62935B. Grayscale: #808080. Windows color (decimal): -6460252 or 10775709. OLE color: 10775709.

HSL color Cylindrical-coordinate representation of color #9D6CA4: hue angle of 292.5º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D6CA4 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB157108164-
CMYK0.040.3400.36
HSL292.5º23.53%53.33%-
HSV(B)292.5º34.15%64.31%-
XYZ25.9720.5737.72-
YUV129.04147.73147.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=36.60%
G=25.17%
B=38.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571081640.040.3400.36292.523.5353.33
Hex9D6CA44220241241835
Octal2351542444420444443065
Binary10011101110110010100100100100010010010010010010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,164); }

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

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

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

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

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

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

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