#8A1CE6

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

Shades of Blue Violet #8A1CE6

Tints of Blue Violet #8A1CE6

Color information

#8A1CE6 (or 0x8A1CE6) is unknown color: approx Blue Violet. HEX triplet: 8A, 1C and E6. RGB value is (138,28,230). Sum of RGB (Red+Green+Blue) = 138+28+230=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A1CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1CE6 is #75E319. Grayscale: #535353. Windows color (decimal): -7725850 or 15080586. OLE color: 15080586.

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

Color convert

RGB13828230-
CMYK0.40.8800.10
HSL272.67º80.16%50.59%-
HSV(B)272.67º87.83%90.2%-
XYZ25.1811.9575.84-
YUV83.92210.44166.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 28 (11.33% from 255) = 7.07%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=34.85%
G=7.07%
B=58.08%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138282300.40.8800.10272.6780.1650.59
Hex8A1CE628580A1115033
Octal212343465013001242112063
Binary1000101011100111001101010001011000010101000100011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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