#9D4D92

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

Shades of Violet Blue #9D4D92

Tints of Violet Blue #9D4D92

Color information

#9D4D92 (or 0x9D4D92) is unknown color: approx Violet Blue. HEX triplet: 9D, 4D and 92. RGB value is (157,77,146). Sum of RGB (Red+Green+Blue) = 157+77+146=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D92 is #62B26D. Grayscale: #6C6C6C. Windows color (decimal): -6468206 or 9588125. OLE color: 9588125.

HSL color Cylindrical-coordinate representation of color #9D4D92: hue angle of 308.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D92 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15777146-
CMYK00.510.070.38
HSL308.25º34.19%45.88%-
HSV(B)308.25º50.96%61.57%-
XYZ21.7514.5528.86-
YUV108.79149162.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=41.32%
G=20.26%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577714600.510.070.38308.2534.1945.88
Hex9D4D92033726134222e
Octal2351152220637464644256
Binary100111011001101100100100110011111100110100110100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,77,146); }

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

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

 a { background-color: rgb(157,77,146); }

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

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

 span { border-color: rgb(157,77,146); }

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