#8A4AE1

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

Shades of Blue Violet #8A4AE1

Tints of Blue Violet #8A4AE1

Color information

#8A4AE1 (or 0x8A4AE1) is unknown color: approx Blue Violet. HEX triplet: 8A, 4A and E1. RGB value is (138,74,225). Sum of RGB (Red+Green+Blue) = 138+74+225=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A4AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4AE1 is #75B51E. Grayscale: #6D6D6D. Windows color (decimal): -7714079 or 14764682. OLE color: 14764682.

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

Color convert

RGB13874225-
CMYK0.390.6700.12
HSL265.43º71.56%58.63%-
HSV(B)265.43º67.11%88.24%-
XYZ26.5215.7472.87-
YUV110.35192.7147.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=31.58%
G=16.93%
B=51.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138742250.390.6700.12265.4371.5658.63
Hex8A4AE127430C109483b
Octal2121123414710301441111073
Binary100010101001010111000011001111000011011001000010011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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