#8A4CE0

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

Shades of Blue Violet #8A4CE0

Tints of Blue Violet #8A4CE0

Color information

#8A4CE0 (or 0x8A4CE0) is unknown color: approx Blue Violet. HEX triplet: 8A, 4C and E0. RGB value is (138,76,224). Sum of RGB (Red+Green+Blue) = 138+76+224=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A4CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CE0 is #75B31F. Grayscale: #6E6E6E. Windows color (decimal): -7713568 or 14699658. OLE color: 14699658.

HSL color Cylindrical-coordinate representation of color #8A4CE0: hue angle of 265.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A4CE0 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13876224-
CMYK0.380.6600.12
HSL265.14º70.48%58.82%-
HSV(B)265.14º66.07%87.84%-
XYZ26.5215.9572.2-
YUV111.41191.54146.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=31.51%
G=17.35%
B=51.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138762240.380.6600.12265.1470.4858.82
Hex8A4CE026420C109463b
Octal2121143404610201441110673
Binary100010101001100111000001001101000010011001000010011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,76,224); }

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

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

 a { background-color: rgb(138,76,224); }

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

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

 span { border-color: rgb(138,76,224); }

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