#8719EA

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

Shades of Blue Violet #8719EA

Tints of Blue Violet #8719EA

Color information

#8719EA (or 0x8719EA) is unknown color: approx Blue Violet. HEX triplet: 87, 19 and EA. RGB value is (135,25,234). Sum of RGB (Red+Green+Blue) = 135+25+234=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #8719EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8719EA is #78E615. Grayscale: #505050. Windows color (decimal): -7923222 or 15341959. OLE color: 15341959.

HSL color Cylindrical-coordinate representation of color #8719EA: hue angle of 271.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8719EA is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13525234-
CMYK0.420.8900.08
HSL271.58º83.27%50.78%-
HSV(B)271.58º89.32%91.76%-
XYZ25.1911.7978.79-
YUV81.72213.94166.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 25 (10.16% from 255) = 6.35%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=34.26%
G=6.35%
B=59.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal135252340.420.8900.08271.5883.2750.78
Hex8719EA2A59081105333
Octal207313525213101042012363
Binary1000011111001111010101010101011001010001000100001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8719EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,25,234); }

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

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

 a { background-color: rgb(135,25,234); }

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

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

 span { border-color: rgb(135,25,234); }

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