#8A36A9

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

Shades of Vivid Violet #8A36A9

Tints of Vivid Violet #8A36A9

Color information

#8A36A9 (or 0x8A36A9) is unknown color: approx Vivid Violet. HEX triplet: 8A, 36 and A9. RGB value is (138,54,169). Sum of RGB (Red+Green+Blue) = 138+54+169=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A36A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A36A9 is #75C956. Grayscale: #5B5B5B. Windows color (decimal): -7719255 or 11089546. OLE color: 11089546.

HSL color Cylindrical-coordinate representation of color #8A36A9: hue angle of 283.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A36A9 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13854169-
CMYK0.180.6800.34
HSL283.83º51.57%43.73%-
HSV(B)283.83º68.05%66.27%-
XYZ18.9610.9138.64-
YUV92.23171.33160.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=38.23%
G=14.96%
B=46.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138541690.180.6800.34283.8351.5743.73
Hex8A36A9124402211c342c
Octal21266251221040424346454
Binary10001010110110101010011001010001000100010100011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,54,169); }

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

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

 a { background-color: rgb(138,54,169); }

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

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

 span { border-color: rgb(138,54,169); }

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