#8B509B

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

Shades of Vivid Violet #8B509B

Tints of Vivid Violet #8B509B

Color information

#8B509B (or 0x8B509B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 50 and 9B. RGB value is (139,80,155). Sum of RGB (Red+Green+Blue) = 139+80+155=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B509B is #74AF64. Grayscale: #696969. Windows color (decimal): -7647077 or 10178699. OLE color: 10178699.

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

Color convert

RGB13980155-
CMYK0.100.4800.39
HSL287.2º31.91%46.08%-
HSV(B)287.2º48.39%60.78%-
XYZ19.4313.5932.61-
YUV106.19155.55151.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=37.17%
G=21.39%
B=41.44%

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
Decimal139801550.100.4800.39287.231.9146.08
Hex8B509BA3002711f202e
Octal21312023312600474374056
Binary1000101110100001001101110101100000100111100011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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