#9D6595

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

Shades of Violet Blue #9D6595

Tints of Violet Blue #9D6595

Color information

#9D6595 (or 0x9D6595) is unknown color: approx Violet Blue. HEX triplet: 9D, 65 and 95. RGB value is (157,101,149). Sum of RGB (Red+Green+Blue) = 157+101+149=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6595 is #629A6A. Grayscale: #7B7B7B. Windows color (decimal): -6462059 or 9790877. OLE color: 9790877.

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

Color convert

RGB157101149-
CMYK00.360.050.38
HSL308.57º22.22%50.59%-
HSV(B)308.57º35.67%61.57%-
XYZ23.9818.6530.77-
YUV123.22142.55152.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=38.57%
G=24.82%
B=36.61%

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
Decimal15710114900.360.050.38308.5722.2250.59
Hex9D65950245261351633
Octal2351452250445464652663
Binary10011101110010110010101010010010110011010011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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