#8A4EE6

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

Shades of Blue Violet #8A4EE6

Tints of Blue Violet #8A4EE6

Color information

#8A4EE6 (or 0x8A4EE6) is unknown color: approx Blue Violet. HEX triplet: 8A, 4E and E6. RGB value is (138,78,230). Sum of RGB (Red+Green+Blue) = 138+78+230=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A4EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4EE6 is #75B119. Grayscale: #707070. Windows color (decimal): -7713050 or 15093386. OLE color: 15093386.

HSL color Cylindrical-coordinate representation of color #8A4EE6: hue angle of 263.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A4EE6 is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13878230-
CMYK0.40.6600.10
HSL263.68º75.25%60.39%-
HSV(B)263.68º66.09%90.2%-
XYZ27.4916.5776.61-
YUV113.27193.88145.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 230 (90.23% from 255) = 51.57%
R=30.94%
G=17.49%
B=51.57%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138782300.40.6600.10263.6875.2560.39
Hex8A4EE628420A1084b3c
Octal2121163465010201241011374
Binary100010101001110111001101010001000010010101000010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,78,230); }

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

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

 a { background-color: rgb(138,78,230); }

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

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

 span { border-color: rgb(138,78,230); }

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