#8A29F2

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

Shades of Blue Violet #8A29F2

Tints of Blue Violet #8A29F2

Color information

#8A29F2 (or 0x8A29F2) is unknown color: approx Blue Violet. HEX triplet: 8A, 29 and F2. RGB value is (138,41,242). Sum of RGB (Red+Green+Blue) = 138+41+242=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A29F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A29F2 is #75D60D. Grayscale: #5C5C5C. Windows color (decimal): -7722510 or 15870346. OLE color: 15870346.

HSL color Cylindrical-coordinate representation of color #8A29F2: hue angle of 268.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A29F2 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13841242-
CMYK0.430.8300.05
HSL268.96º88.55%55.49%-
HSV(B)268.96º83.06%94.9%-
XYZ27.313.485.15-
YUV92.92212.14160.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 41 (16.41% from 255) = 9.74%
BLUE value IS 242 (94.92% from 255) = 57.48%
R=32.78%
G=9.74%
B=57.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138412420.430.8300.05268.9688.5555.49
Hex8A29F22B530510d5937
Octal21251362531230541513167
Binary1000101010100111110010101011101001101011000011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A29F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,41,242); }

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

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

 a { background-color: rgb(138,41,242); }

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

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

 span { border-color: rgb(138,41,242); }

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