#8A3CE9

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

Shades of Blue Violet #8A3CE9

Tints of Blue Violet #8A3CE9

Color information

#8A3CE9 (or 0x8A3CE9) is unknown color: approx Blue Violet. HEX triplet: 8A, 3C and E9. RGB value is (138,60,233). Sum of RGB (Red+Green+Blue) = 138+60+233=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A3CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3CE9 is #75C316. Grayscale: #666666. Windows color (decimal): -7717655 or 15285386. OLE color: 15285386.

HSL color Cylindrical-coordinate representation of color #8A3CE9: hue angle of 267.05º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3CE9 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13860233-
CMYK0.410.7400.09
HSL267.05º79.72%57.45%-
HSV(B)267.05º74.25%91.37%-
XYZ26.8114.5278.48-
YUV103.04201.34152.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 60 (23.83% from 255) = 13.92%
BLUE value IS 233 (91.41% from 255) = 54.06%
R=32.02%
G=13.92%
B=54.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138602330.410.7400.09267.0579.7257.45
Hex8A3CE9294A0910b5039
Octal212743515111201141312071
Binary10001010111100111010011010011001010010011000010111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,60,233); }

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

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

 a { background-color: rgb(138,60,233); }

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

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

 span { border-color: rgb(138,60,233); }

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