#8B4AE1

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

Shades of Blue Violet #8B4AE1

Tints of Blue Violet #8B4AE1

Color information

#8B4AE1 (or 0x8B4AE1) is unknown color: approx Blue Violet. HEX triplet: 8B, 4A and E1. RGB value is (139,74,225). Sum of RGB (Red+Green+Blue) = 139+74+225=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B4AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4AE1 is #74B51E. Grayscale: #6E6E6E. Windows color (decimal): -7648543 or 14764683. OLE color: 14764683.

HSL color Cylindrical-coordinate representation of color #8B4AE1: hue angle of 265.83º 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 #8B4AE1 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13974225-
CMYK0.380.6700.12
HSL265.83º71.56%58.63%-
HSV(B)265.83º67.11%88.24%-
XYZ26.6915.8272.88-
YUV110.65192.53148.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 225 (88.28% from 255) = 51.37%
R=31.74%
G=16.89%
B=51.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139742250.380.6700.12265.8371.5658.63
Hex8B4AE126430C10a483b
Octal2131123414610301441211073
Binary100010111001010111000011001101000011011001000010101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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