#8A24D9

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

Shades of Blue Violet #8A24D9

Tints of Blue Violet #8A24D9

Color information

#8A24D9 (or 0x8A24D9) is unknown color: approx Blue Violet. HEX triplet: 8A, 24 and D9. RGB value is (138,36,217). Sum of RGB (Red+Green+Blue) = 138+36+217=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A24D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24D9 is #75DB26. Grayscale: #565656. Windows color (decimal): -7723815 or 14230666. OLE color: 14230666.

HSL color Cylindrical-coordinate representation of color #8A24D9: hue angle of 273.81º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A24D9 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13836217-
CMYK0.360.8300.15
HSL273.81º71.54%49.61%-
HSV(B)273.81º83.41%85.1%-
XYZ23.6411.6766.65-
YUV87.13201.29164.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 217 (85.16% from 255) = 55.50%
R=35.29%
G=9.21%
B=55.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138362170.360.8300.15273.8171.5449.61
Hex8A24D924530F1124832
Octal212443314412301742211062
Binary10001010100100110110011001001010011011111000100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A24D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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