#9D3D91

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

Shades of Violet Blue #9D3D91

Tints of Violet Blue #9D3D91

Color information

#9D3D91 (or 0x9D3D91) is unknown color: approx Violet Blue. HEX triplet: 9D, 3D and 91. RGB value is (157,61,145). Sum of RGB (Red+Green+Blue) = 157+61+145=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3D91 is #62C26E. Grayscale: #636363. Windows color (decimal): -6472303 or 9518493. OLE color: 9518493.

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

Color convert

RGB15761145-
CMYK00.610.080.38
HSL307.5º44.04%42.75%-
HSV(B)307.5º61.15%61.57%-
XYZ20.6812.5528.12-
YUV99.28153.8169.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=43.25%
G=16.80%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576114500.610.080.38307.544.0442.75
Hex9D3D9103D8261342c2b
Octal2357522107510464645453
Binary100111011111011001000101111011000100110100110100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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