#8A24F9

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

Shades of Blue Violet #8A24F9

Tints of Blue Violet #8A24F9

Color information

#8A24F9 (or 0x8A24F9) is unknown color: approx Blue Violet. HEX triplet: 8A, 24 and F9. RGB value is (138,36,249). Sum of RGB (Red+Green+Blue) = 138+36+249=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A24F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A24F9 is #75DB06. Grayscale: #5A5A5A. Windows color (decimal): -7723783 or 16327818. OLE color: 16327818.

HSL color Cylindrical-coordinate representation of color #8A24F9: hue angle of 268.73º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A24F9 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13836249-
CMYK0.450.8600.02
HSL268.73º94.67%55.88%-
HSV(B)268.73º85.54%97.65%-
XYZ28.2113.590.74-
YUV90.78217.29161.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 36 (14.45% from 255) = 8.51%
BLUE value IS 249 (97.66% from 255) = 58.87%
R=32.62%
G=8.51%
B=58.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138362490.450.8600.02268.7394.6755.88
Hex8A24F92D560210d5f38
Octal21244371551260241513770
Binary100010101001001111100110110110101100101000011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A24F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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