#9D4291

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

Shades of Violet Blue #9D4291

Tints of Violet Blue #9D4291

Color information

#9D4291 (or 0x9D4291) is unknown color: approx Violet Blue. HEX triplet: 9D, 42 and 91. RGB value is (157,66,145). Sum of RGB (Red+Green+Blue) = 157+66+145=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4291 is #62BD6E. Grayscale: #656565. Windows color (decimal): -6471023 or 9519773. OLE color: 9519773.

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

Color convert

RGB15766145-
CMYK00.580.080.38
HSL307.91º40.81%43.73%-
HSV(B)307.91º57.96%61.57%-
XYZ20.9613.1128.21-
YUV102.22152.15167.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=42.66%
G=17.93%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576614500.580.080.38307.9140.8143.73
Hex9D429103A826134292c
Octal23510222107210464645154
Binary1001110110000101001000101110101000100110100110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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