#8D509B

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

Shades of Violet Blue #8D509B

Tints of Violet Blue #8D509B

Color information

#8D509B (or 0x8D509B) is unknown color: approx Violet Blue. HEX triplet: 8D, 50 and 9B. RGB value is (141,80,155). Sum of RGB (Red+Green+Blue) = 141+80+155=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D509B is #72AF64. Grayscale: #6A6A6A. Windows color (decimal): -7516005 or 10178701. OLE color: 10178701.

HSL color Cylindrical-coordinate representation of color #8D509B: hue angle of 288.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D509B is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14180155-
CMYK0.090.4800.39
HSL288.8º31.91%46.08%-
HSV(B)288.8º48.39%60.78%-
XYZ19.7713.7732.63-
YUV106.79155.21152.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=37.5%
G=21.28%
B=41.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141801550.090.4800.39288.831.9146.08
Hex8D509B930027121202e
Octal21512023311600474414056
Binary1000110110100001001101110011100000100111100100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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