#9D4498

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

Shades of Violet Blue #9D4498

Tints of Violet Blue #9D4498

Color information

#9D4498 (or 0x9D4498) is unknown color: approx Violet Blue. HEX triplet: 9D, 44 and 98. RGB value is (157,68,152). Sum of RGB (Red+Green+Blue) = 157+68+152=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4498 is #62BB67. Grayscale: #676767. Windows color (decimal): -6470504 or 9979037. OLE color: 9979037.

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

Color convert

RGB15768152-
CMYK00.570.030.38
HSL303.37º39.56%44.12%-
HSV(B)303.37º56.69%61.57%-
XYZ21.6413.5731.18-
YUV104.19154.99165.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=41.64%
G=18.04%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576815200.570.030.38303.3739.5644.12
Hex9D449803932612f282c
Octal2351042300713464575054
Binary10011101100010010011000011100111100110100101111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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