#8915EA

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

Shades of Blue Violet #8915EA

Tints of Blue Violet #8915EA

Color information

#8915EA (or 0x8915EA) is unknown color: approx Blue Violet. HEX triplet: 89, 15 and EA. RGB value is (137,21,234). Sum of RGB (Red+Green+Blue) = 137+21+234=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #8915EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8915EA is #76EA15. Grayscale: #4F4F4F. Windows color (decimal): -7793174 or 15340937. OLE color: 15340937.

HSL color Cylindrical-coordinate representation of color #8915EA: hue angle of 272.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8915EA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13721234-
CMYK0.410.9100.08
HSL272.68º83.53%50%-
HSV(B)272.68º91.03%91.76%-
XYZ25.4411.878.78-
YUV79.97214.93168.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 21 (8.59% from 255) = 5.36%
BLUE value IS 234 (91.80% from 255) = 59.69%
R=34.95%
G=5.36%
B=59.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal137212340.410.9100.08272.6883.5350
Hex8915EA295B081115432
Octal211253525113301042112462
Binary1000100110101111010101010011011011010001000100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8915EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8915EA; }

 p { color: rgb(137,21,234); }

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

<style>
 a { background-color: #8915EA; }

 a { background-color: rgb(137,21,234); }

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

<style>
 span { border-color: #8915EA; }

 span { border-color: rgb(137,21,234); }

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