#8714E8

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

Shades of Blue Violet #8714E8

Tints of Blue Violet #8714E8

Color information

#8714E8 (or 0x8714E8) is unknown color: approx Blue Violet. HEX triplet: 87, 14 and E8. RGB value is (135,20,232). Sum of RGB (Red+Green+Blue) = 135+20+232=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #8714E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8714E8 is #78EB17. Grayscale: #4D4D4D. Windows color (decimal): -7924504 or 15209607. OLE color: 15209607.

HSL color Cylindrical-coordinate representation of color #8714E8: hue angle of 272.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8714E8 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13520232-
CMYK0.420.9100.09
HSL272.55º84.13%49.41%-
HSV(B)272.55º91.38%90.98%-
XYZ24.8111.4877.25-
YUV78.55214.6168.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 232 (91.02% from 255) = 59.95%
R=34.88%
G=5.17%
B=59.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal135202320.420.9100.09272.5584.1349.41
Hex8714E82A5B091115431
Octal207243505213301142112461
Binary1000011110100111010001010101011011010011000100011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8714E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8714E8; }

 p { color: rgb(135,20,232); }

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

<style>
 a { background-color: #8714E8; }

 a { background-color: rgb(135,20,232); }

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

<style>
 span { border-color: #8714E8; }

 span { border-color: rgb(135,20,232); }

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