#8D5099

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

Shades of Violet Blue #8D5099

Tints of Violet Blue #8D5099

Color information

#8D5099 (or 0x8D5099) is unknown color: approx Violet Blue. HEX triplet: 8D, 50 and 99. RGB value is (141,80,153). Sum of RGB (Red+Green+Blue) = 141+80+153=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5099 is #72AF66. Grayscale: #6A6A6A. Windows color (decimal): -7516007 or 10047629. OLE color: 10047629.

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

Color convert

RGB14180153-
CMYK0.080.4800.4
HSL290.14º31.33%45.69%-
HSV(B)290.14º47.71%60%-
XYZ19.613.731.75-
YUV106.56154.21152.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=37.70%
G=21.39%
B=40.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141801530.080.4800.4290.1431.3345.69
Hex8D50998300281221f2e
Octal21512023110600504423756
Binary100011011010000100110011000110000010100010010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,80,153); }

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

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

 a { background-color: rgb(141,80,153); }

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

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

 span { border-color: rgb(141,80,153); }

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