#8A2DF9

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

Shades of Blue Violet #8A2DF9

Tints of Blue Violet #8A2DF9

Color information

#8A2DF9 (or 0x8A2DF9) is unknown color: approx Blue Violet. HEX triplet: 8A, 2D and F9. RGB value is (138,45,249). Sum of RGB (Red+Green+Blue) = 138+45+249=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A2DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2DF9 is #75D206. Grayscale: #5F5F5F. Windows color (decimal): -7721479 or 16330122. OLE color: 16330122.

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

Color convert

RGB13845249-
CMYK0.450.8200.02
HSL267.35º94.44%57.65%-
HSV(B)267.35º81.93%97.65%-
XYZ28.5214.1290.84-
YUV96.06214.31157.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 45 (17.97% from 255) = 10.42%
BLUE value IS 249 (97.66% from 255) = 57.64%
R=31.94%
G=10.42%
B=57.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138452490.450.8200.02267.3594.4457.65
Hex8A2DF92D520210b5e3a
Octal21255371551220241313672
Binary100010101011011111100110110110100100101000010111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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