#9D4B91

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

Shades of Violet Blue #9D4B91

Tints of Violet Blue #9D4B91

Color information

#9D4B91 (or 0x9D4B91) is unknown color: approx Violet Blue. HEX triplet: 9D, 4B and 91. RGB value is (157,75,145). Sum of RGB (Red+Green+Blue) = 157+75+145=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B91 is #62B46E. Grayscale: #6B6B6B. Windows color (decimal): -6468719 or 9522077. OLE color: 9522077.

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

Color convert

RGB15775145-
CMYK00.520.080.38
HSL308.78º35.34%45.49%-
HSV(B)308.78º52.23%61.57%-
XYZ21.5314.2428.4-
YUV107.5149.17163.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=41.64%
G=19.89%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577514500.520.080.38308.7835.3445.49
Hex9D4B91034826135232d
Octal23511322106410464654355
Binary1001110110010111001000101101001000100110100110101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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