#8A22E1

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

Shades of Blue Violet #8A22E1

Tints of Blue Violet #8A22E1

Color information

#8A22E1 (or 0x8A22E1) is unknown color: approx Blue Violet. HEX triplet: 8A, 22 and E1. RGB value is (138,34,225). Sum of RGB (Red+Green+Blue) = 138+34+225=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A22E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A22E1 is #75DD1E. Grayscale: #565656. Windows color (decimal): -7724319 or 14754442. OLE color: 14754442.

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

Color convert

RGB13834225-
CMYK0.390.8500.12
HSL272.67º76.1%50.78%-
HSV(B)272.67º84.89%88.24%-
XYZ24.6411.9872.25-
YUV86.87205.96164.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 34 (13.67% from 255) = 8.56%
BLUE value IS 225 (88.28% from 255) = 56.68%
R=34.76%
G=8.56%
B=56.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138342250.390.8500.12272.6776.150.78
Hex8A22E127550C1114c33
Octal212423414712501442111463
Binary10001010100010111000011001111010101011001000100011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A22E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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