#8B22AB

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

Shades of Vivid Violet #8B22AB

Tints of Vivid Violet #8B22AB

Color information

#8B22AB (or 0x8B22AB) is unknown color: approx Vivid Violet. HEX triplet: 8B, 22 and AB. RGB value is (139,34,171). Sum of RGB (Red+Green+Blue) = 139+34+171=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B22AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B22AB is #74DD54. Grayscale: #505050. Windows color (decimal): -7658837 or 11215499. OLE color: 11215499.

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

Color convert

RGB13934171-
CMYK0.190.8000.33
HSL285.99º66.83%40.2%-
HSV(B)285.99º80.12%67.06%-
XYZ18.579.5739.4-
YUV81.01178.79169.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 34 (13.67% from 255) = 9.88%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=40.41%
G=9.88%
B=49.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139341710.190.8000.33285.9966.8340.2
Hex8B22AB135002111e4328
Octal213422532312004143610350
Binary100010111000101010101110011101000001000011000111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B22AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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