#8A4DE1

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

Shades of Blue Violet #8A4DE1

Tints of Blue Violet #8A4DE1

Color information

#8A4DE1 (or 0x8A4DE1) is unknown color: approx Blue Violet. HEX triplet: 8A, 4D and E1. RGB value is (138,77,225). Sum of RGB (Red+Green+Blue) = 138+77+225=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A4DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DE1 is #75B21E. Grayscale: #6F6F6F. Windows color (decimal): -7713311 or 14765450. OLE color: 14765450.

HSL color Cylindrical-coordinate representation of color #8A4DE1: hue angle of 264.73º degrees, saturation: 0.71, 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 #8A4DE1 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13877225-
CMYK0.390.6600.12
HSL264.73º71.15%59.22%-
HSV(B)264.73º65.78%88.24%-
XYZ26.7316.1572.94-
YUV112.11191.71146.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 77 (30.47% from 255) = 17.5%
BLUE value IS 225 (88.28% from 255) = 51.14%
R=31.36%
G=17.5%
B=51.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138772250.390.6600.12264.7371.1559.22
Hex8A4DE127420C109473b
Octal2121153414710201441110773
Binary100010101001101111000011001111000010011001000010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,225); }

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

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

 a { background-color: rgb(138,77,225); }

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

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

 span { border-color: rgb(138,77,225); }

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