#9D5792

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

Shades of Violet Blue #9D5792

Tints of Violet Blue #9D5792

Color information

#9D5792 (or 0x9D5792) is unknown color: approx Violet Blue. HEX triplet: 9D, 57 and 92. RGB value is (157,87,146). Sum of RGB (Red+Green+Blue) = 157+87+146=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5792 is #62A86D. Grayscale: #727272. Windows color (decimal): -6465646 or 9590685. OLE color: 9590685.

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

Color convert

RGB15787146-
CMYK00.450.070.38
HSL309.43º28.69%47.84%-
HSV(B)309.43º44.59%61.57%-
XYZ22.516.0629.11-
YUV114.66145.69158.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=40.26%
G=22.31%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578714600.450.070.38309.4328.6947.84
Hex9D579202D7261351d30
Octal2351272220557464653560
Binary10011101101011110010010010110111110011010011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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