#9D5498

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

Shades of Violet Blue #9D5498

Tints of Violet Blue #9D5498

Color information

#9D5498 (or 0x9D5498) is unknown color: approx Violet Blue. HEX triplet: 9D, 54 and 98. RGB value is (157,84,152). Sum of RGB (Red+Green+Blue) = 157+84+152=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5498 is #62AB67. Grayscale: #717171. Windows color (decimal): -6466408 or 9983133. OLE color: 9983133.

HSL color Cylindrical-coordinate representation of color #9D5498: hue angle of 304.11º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5498 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15784152-
CMYK00.460.030.38
HSL304.11º30.29%47.25%-
HSV(B)304.11º46.5%61.57%-
XYZ22.7415.7831.55-
YUV113.58149.68158.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=39.95%
G=21.37%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578415200.460.030.38304.1130.2947.25
Hex9D549802E3261301e2f
Octal2351242300563464603657
Binary1001110110101001001100001011101110011010011000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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