#8d4ae0

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

Shades of Blue Violet #8D4AE0

Tints of Blue Violet #8D4AE0

Color information

#8D4AE0 (or 0x8D4AE0) is unknown color: approx Blue Violet. HEX triplet: 8D, 4A and E0. RGB value is (141,74,224). Sum of RGB (Red+Green+Blue) = 141+74+224=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D4AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4AE0 is #72B51F. Grayscale: #6E6E6E. Windows color (decimal): -7517472 or 14699149. OLE color: 14699149.

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

Color convert

RGB14174224-
CMYK0.370.6700.12
HSL266.8º70.75%58.43%-
HSV(B)266.8º66.96%87.84%-
XYZ26.8915.9472.18-
YUV111.13191.7149.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=32.12%
G=16.86%
B=51.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141742240.370.6700.12266.870.7558.43
Hex8D4AE025430C10b473a
Octal2151123404510301441310772
Binary100011011001010111000001001011000011011001000010111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d4ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,74,224); }

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

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

 a { background-color: rgb(141,74,224); }

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

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

 span { border-color: rgb(141,74,224); }

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