#9D5798

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

Shades of Violet Blue #9D5798

Tints of Violet Blue #9D5798

Color information

#9D5798 (or 0x9D5798) is unknown color: approx Violet Blue. HEX triplet: 9D, 57 and 98. RGB value is (157,87,152). Sum of RGB (Red+Green+Blue) = 157+87+152=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5798 is #62A867. Grayscale: #737373. Windows color (decimal): -6465640 or 9983901. OLE color: 9983901.

HSL color Cylindrical-coordinate representation of color #9D5798: hue angle of 304.29º 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 #9D5798 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15787152-
CMYK00.450.030.38
HSL304.29º28.69%47.84%-
HSV(B)304.29º44.59%61.57%-
XYZ22.9816.2531.63-
YUV115.34148.69157.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=39.65%
G=21.97%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578715200.450.030.38304.2928.6947.84
Hex9D579802D3261301d30
Octal2351272300553464603560
Binary1001110110101111001100001011011110011010011000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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