#9D4E92

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

Shades of Violet Blue #9D4E92

Tints of Violet Blue #9D4E92

Color information

#9D4E92 (or 0x9D4E92) is unknown color: approx Violet Blue. HEX triplet: 9D, 4E and 92. RGB value is (157,78,146). Sum of RGB (Red+Green+Blue) = 157+78+146=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E92 is #62B16D. Grayscale: #6D6D6D. Windows color (decimal): -6467950 or 9588381. OLE color: 9588381.

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

Color convert

RGB15778146-
CMYK00.500.070.38
HSL308.35º33.62%46.08%-
HSV(B)308.35º50.32%61.57%-
XYZ21.8214.6928.88-
YUV109.37148.67161.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=41.21%
G=20.47%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577814600.500.070.38308.3533.6246.08
Hex9D4E92032726134222e
Octal2351162220627464644256
Binary100111011001110100100100110010111100110100110100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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