#8C509B

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

Shades of Violet Blue #8C509B

Tints of Violet Blue #8C509B

Color information

#8C509B (or 0x8C509B) is unknown color: approx Violet Blue. HEX triplet: 8C, 50 and 9B. RGB value is (140,80,155). Sum of RGB (Red+Green+Blue) = 140+80+155=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C509B is #73AF64. Grayscale: #6A6A6A. Windows color (decimal): -7581541 or 10178700. OLE color: 10178700.

HSL color Cylindrical-coordinate representation of color #8C509B: hue angle of 288º 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 #8C509B is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14080155-
CMYK0.100.4800.39
HSL288º31.91%46.08%-
HSV(B)288º48.39%60.78%-
XYZ19.613.6832.62-
YUV106.49155.38151.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=37.33%
G=21.33%
B=41.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140801550.100.4800.3928831.9146.08
Hex8C509BA30027120202e
Octal21412023312600474404056
Binary1000110010100001001101110101100000100111100100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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