#8c5498

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

Shades of Violet Blue #8C5498

Tints of Violet Blue #8C5498

Color information

#8C5498 (or 0x8C5498) is unknown color: approx Violet Blue. HEX triplet: 8C, 54 and 98. RGB value is (140,84,152). Sum of RGB (Red+Green+Blue) = 140+84+152=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5498 is #73AB67. Grayscale: #6C6C6C. Windows color (decimal): -7580520 or 9983116. OLE color: 9983116.

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

Color convert

RGB14084152-
CMYK0.080.4500.40
HSL289.41º28.81%46.27%-
HSV(B)289.41º44.74%59.61%-
XYZ19.6514.1831.41-
YUV108.5152.55150.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=37.23%
G=22.34%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140841520.080.4500.40289.4128.8146.27
Hex8C549882D0281211d2e
Octal21412423010550504413556
Binary100011001010100100110001000101101010100010010000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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