#9D5998

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

Shades of Violet Blue #9D5998

Tints of Violet Blue #9D5998

Color information

#9D5998 (or 0x9D5998) is unknown color: approx Violet Blue. HEX triplet: 9D, 59 and 98. RGB value is (157,89,152). Sum of RGB (Red+Green+Blue) = 157+89+152=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5998 is #62A667. Grayscale: #747474. Windows color (decimal): -6465128 or 9984413. OLE color: 9984413.

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

Color convert

RGB15789152-
CMYK00.430.030.38
HSL304.41º27.64%48.24%-
HSV(B)304.41º43.31%61.57%-
XYZ23.1416.5831.69-
YUV116.51148.03156.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=39.45%
G=22.36%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578915200.430.030.38304.4127.6448.24
Hex9D599802B3261301c30
Octal2351312300533464603460
Binary1001110110110011001100001010111110011010011000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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