#8A4EE7

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

Shades of Blue Violet #8A4EE7

Tints of Blue Violet #8A4EE7

Color information

#8A4EE7 (or 0x8A4EE7) is unknown color: approx Blue Violet. HEX triplet: 8A, 4E and E7. RGB value is (138,78,231). Sum of RGB (Red+Green+Blue) = 138+78+231=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A4EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4EE7 is #75B118. Grayscale: #707070. Windows color (decimal): -7713049 or 15158922. OLE color: 15158922.

HSL color Cylindrical-coordinate representation of color #8A4EE7: hue angle of 263.53º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A4EE7 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13878231-
CMYK0.400.6600.09
HSL263.53º76.12%60.59%-
HSV(B)263.53º66.23%90.59%-
XYZ27.6316.6277.35-
YUV113.38194.38145.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 231 (90.62% from 255) = 51.68%
R=30.87%
G=17.45%
B=51.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138782310.400.6600.09263.5376.1260.59
Hex8A4EE72842091084c3d
Octal2121163475010201141011475
Binary100010101001110111001111010001000010010011000010001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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