#9D5A92

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

Shades of Violet Blue #9D5A92

Tints of Violet Blue #9D5A92

Color information

#9D5A92 (or 0x9D5A92) is unknown color: approx Violet Blue. HEX triplet: 9D, 5A and 92. RGB value is (157,90,146). Sum of RGB (Red+Green+Blue) = 157+90+146=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A92 is #62A56D. Grayscale: #747474. Windows color (decimal): -6464878 or 9591453. OLE color: 9591453.

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

Color convert

RGB15790146-
CMYK00.430.070.38
HSL309.85º27.13%48.43%-
HSV(B)309.85º42.68%61.57%-
XYZ22.7516.5629.19-
YUV116.42144.7156.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=39.95%
G=22.90%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579014600.430.070.38309.8527.1348.43
Hex9D5A9202B7261361b30
Octal2351322220537464663360
Binary10011101101101010010010010101111110011010011011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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