#9D6495

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

Shades of Violet Blue #9D6495

Tints of Violet Blue #9D6495

Color information

#9D6495 (or 0x9D6495) is unknown color: approx Violet Blue. HEX triplet: 9D, 64 and 95. RGB value is (157,100,149). Sum of RGB (Red+Green+Blue) = 157+100+149=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6495 is #629B6A. Grayscale: #7A7A7A. Windows color (decimal): -6462315 or 9790621. OLE color: 9790621.

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

Color convert

RGB157100149-
CMYK00.360.050.38
HSL308.42º22.53%50.39%-
HSV(B)308.42º36.31%61.57%-
XYZ23.8918.4530.74-
YUV122.63142.88152.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=38.67%
G=24.63%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710014900.360.050.38308.4222.5350.39
Hex9D64950245261341732
Octal2351442250445464642762
Binary10011101110010010010101010010010110011010011010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,149); }

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

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

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

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

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

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

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