#8B27AB

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

Shades of Vivid Violet #8B27AB

Tints of Vivid Violet #8B27AB

Color information

#8B27AB (or 0x8B27AB) is unknown color: approx Vivid Violet. HEX triplet: 8B, 27 and AB. RGB value is (139,39,171). Sum of RGB (Red+Green+Blue) = 139+39+171=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B27AB is #74D854. Grayscale: #535353. Windows color (decimal): -7657557 or 11216779. OLE color: 11216779.

HSL color Cylindrical-coordinate representation of color #8B27AB: hue angle of 285.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B27AB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13939171-
CMYK0.190.7700.33
HSL285.45º62.86%41.18%-
HSV(B)285.45º77.19%67.06%-
XYZ18.729.8839.45-
YUV83.95177.13167.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=39.83%
G=11.17%
B=49.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139391710.190.7700.33285.4562.8641.18
Hex8B27AB134D02111d3f29
Octal21347253231150414357751
Binary10001011100111101010111001110011010100001100011101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,39,171); }

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

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

 a { background-color: rgb(139,39,171); }

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

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

 span { border-color: rgb(139,39,171); }

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