#9D4092

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

Shades of Violet Blue #9D4092

Tints of Violet Blue #9D4092

Color information

#9D4092 (or 0x9D4092) is unknown color: approx Violet Blue. HEX triplet: 9D, 40 and 92. RGB value is (157,64,146). Sum of RGB (Red+Green+Blue) = 157+64+146=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4092 is #62BF6D. Grayscale: #646464. Windows color (decimal): -6471534 or 9584797. OLE color: 9584797.

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

Color convert

RGB15764146-
CMYK00.590.070.38
HSL307.1º42.08%43.33%-
HSV(B)307.1º59.24%61.57%-
XYZ20.9312.9128.58-
YUV101.16153.31167.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=42.78%
G=17.44%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576414600.590.070.38307.142.0843.33
Hex9D409203B7261332a2b
Octal2351002220737464635253
Binary100111011000000100100100111011111100110100110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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