#8D5598

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

Shades of Violet Blue #8D5598

Tints of Violet Blue #8D5598

Color information

#8D5598 (or 0x8D5598) is unknown color: approx Violet Blue. HEX triplet: 8D, 55 and 98. RGB value is (141,85,152). Sum of RGB (Red+Green+Blue) = 141+85+152=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5598 is #72AA67. Grayscale: #6D6D6D. Windows color (decimal): -7514728 or 9983373. OLE color: 9983373.

HSL color Cylindrical-coordinate representation of color #8D5598: hue angle of 290.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D5598 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14185152-
CMYK0.070.4400.40
HSL290.15º28.27%46.47%-
HSV(B)290.15º44.08%59.61%-
XYZ19.914.4331.44-
YUV109.38152.05150.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=37.30%
G=22.49%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141851520.070.4400.40290.1528.2746.47
Hex8D559872C0281221c2e
Octal2151252307540504423456
Binary10001101101010110011000111101100010100010010001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5598; }

 p { color: rgb(141,85,152); }

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

<style>
 a { background-color: #8D5598; }

 a { background-color: rgb(141,85,152); }

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

<style>
 span { border-color: #8D5598; }

 span { border-color: rgb(141,85,152); }

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