#8A2A8E

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

Shades of Vivid Violet #8A2A8E

Tints of Vivid Violet #8A2A8E

Color information

#8A2A8E (or 0x8A2A8E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 2A and 8E. RGB value is (138,42,142). Sum of RGB (Red+Green+Blue) = 138+42+142=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A2A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2A8E is #75D571. Grayscale: #515151. Windows color (decimal): -7722354 or 9317002. OLE color: 9317002.

HSL color Cylindrical-coordinate representation of color #8A2A8E: hue angle of 297.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A2A8E is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13842142-
CMYK0.030.7000.44
HSL297.6º54.35%36.08%-
HSV(B)297.6º70.42%55.69%-
XYZ16.199.0126.48-
YUV82.1161.8167.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=42.86%
G=13.04%
B=44.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138421420.030.7000.44297.654.3536.08
Hex8A2A8E34602C12a3624
Octal2125221631060544526644
Binary10001010101010100011101110001100101100100101010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,42,142); }

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

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

 a { background-color: rgb(138,42,142); }

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

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

 span { border-color: rgb(138,42,142); }

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