#8A24AA

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

Shades of Vivid Violet #8A24AA

Tints of Vivid Violet #8A24AA

Color information

#8A24AA (or 0x8A24AA) is unknown color: approx Vivid Violet. HEX triplet: 8A, 24 and AA. RGB value is (138,36,170). Sum of RGB (Red+Green+Blue) = 138+36+170=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A24AA is #75DB55. Grayscale: #515151. Windows color (decimal): -7723862 or 11150474. OLE color: 11150474.

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

Color convert

RGB13836170-
CMYK0.190.7900.33
HSL285.67º65.05%40.39%-
HSV(B)285.67º78.82%66.67%-
XYZ18.379.5738.91-
YUV81.77177.79168.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=40.12%
G=10.47%
B=49.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138361700.190.7900.33285.6765.0540.39
Hex8A24AA134F02111e4128
Octal212442522311704143610150
Binary100010101001001010101010011100111101000011000111101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A24AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,170); }

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

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

 a { background-color: rgb(138,36,170); }

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

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

 span { border-color: rgb(138,36,170); }

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