#8A46EA

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

Shades of Blue Violet #8A46EA

Tints of Blue Violet #8A46EA

Color information

#8A46EA (or 0x8A46EA) is unknown color: approx Blue Violet. HEX triplet: 8A, 46 and EA. RGB value is (138,70,234). Sum of RGB (Red+Green+Blue) = 138+70+234=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A46EA is #75B915. Grayscale: #6C6C6C. Windows color (decimal): -7715094 or 15353482. OLE color: 15353482.

HSL color Cylindrical-coordinate representation of color #8A46EA: hue angle of 264.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A46EA is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13870234-
CMYK0.410.7000.08
HSL264.88º79.61%59.61%-
HSV(B)264.88º70.09%91.76%-
XYZ27.5215.7279.43-
YUV109.03198.53148.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 234 (91.80% from 255) = 52.94%
R=31.22%
G=15.84%
B=52.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138702340.410.7000.08264.8879.6159.61
Hex8A46EA294608109503c
Octal2121063525110601041112074
Binary100010101000110111010101010011000110010001000010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A46EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,234); }

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

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

 a { background-color: rgb(138,70,234); }

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

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

 span { border-color: rgb(138,70,234); }

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