#8A1ED5

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

Shades of Blue Violet #8A1ED5

Tints of Blue Violet #8A1ED5

Color information

#8A1ED5 (or 0x8A1ED5) is unknown color: approx Blue Violet. HEX triplet: 8A, 1E and D5. RGB value is (138,30,213). Sum of RGB (Red+Green+Blue) = 138+30+213=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A1ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ED5 is #75E12A. Grayscale: #525252. Windows color (decimal): -7725355 or 13966986. OLE color: 13966986.

HSL color Cylindrical-coordinate representation of color #8A1ED5: hue angle of 275.41º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1ED5 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13830213-
CMYK0.350.8600.16
HSL275.41º75.31%47.65%-
HSV(B)275.41º85.92%83.53%-
XYZ22.9611.1463.89-
YUV83.15201.28167.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 30 (12.11% from 255) = 7.87%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=36.22%
G=7.87%
B=55.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138302130.350.8600.16275.4175.3147.65
Hex8A1ED523560101134b30
Octal212363254312602042311360
Binary10001010111101101010110001110101100100001000100111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,30,213); }

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

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

 a { background-color: rgb(138,30,213); }

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

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

 span { border-color: rgb(138,30,213); }

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