#9D4197

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

Shades of Violet Blue #9D4197

Tints of Violet Blue #9D4197

Color information

#9D4197 (or 0x9D4197) is unknown color: approx Violet Blue. HEX triplet: 9D, 41 and 97. RGB value is (157,65,151). Sum of RGB (Red+Green+Blue) = 157+65+151=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4197 is #62BE68. Grayscale: #666666. Windows color (decimal): -6471273 or 9912733. OLE color: 9912733.

HSL color Cylindrical-coordinate representation of color #9D4197: hue angle of 303.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D4197 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15765151-
CMYK00.590.040.38
HSL303.91º41.44%43.53%-
HSV(B)303.91º58.6%61.57%-
XYZ21.3813.1830.7-
YUV102.31155.48167.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=42.09%
G=17.43%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576515100.590.040.38303.9141.4443.53
Hex9D419703B426130292c
Octal2351012270734464605154
Binary100111011000001100101110111011100100110100110000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,151); }

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

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

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

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

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

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

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