#9D6491

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

Shades of Violet Blue #9D6491

Tints of Violet Blue #9D6491

Color information

#9D6491 (or 0x9D6491) is unknown color: approx Violet Blue. HEX triplet: 9D, 64 and 91. RGB value is (157,100,145). Sum of RGB (Red+Green+Blue) = 157+100+145=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6491 is #629B6E. Grayscale: #7A7A7A. Windows color (decimal): -6462319 or 9528477. OLE color: 9528477.

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

Color convert

RGB157100145-
CMYK00.360.080.38
HSL312.63º22.53%50.39%-
HSV(B)312.63º36.31%61.57%-
XYZ23.5718.3329.08-
YUV122.17140.88152.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=39.05%
G=24.88%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710014500.360.080.38312.6322.5350.39
Hex9D64910248261391732
Octal23514422104410464712762
Binary100111011100100100100010100100100010011010011100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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