#8613E8

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

Shades of Blue Violet #8613E8

Tints of Blue Violet #8613E8

Color information

#8613E8 (or 0x8613E8) is unknown color: approx Blue Violet. HEX triplet: 86, 13 and E8. RGB value is (134,19,232). Sum of RGB (Red+Green+Blue) = 134+19+232=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #8613E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8613E8 is #79EC17. Grayscale: #4C4C4C. Windows color (decimal): -7990296 or 15209350. OLE color: 15209350.

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

Color convert

RGB13419232-
CMYK0.420.9200.09
HSL272.39º84.86%49.22%-
HSV(B)272.39º91.81%90.98%-
XYZ24.6311.3677.24-
YUV77.67215.1168.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 19 (7.81% from 255) = 4.94%
BLUE value IS 232 (91.02% from 255) = 60.26%
R=34.81%
G=4.94%
B=60.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134192320.420.9200.09272.3984.8649.22
Hex8613E82A5C091105531
Octal206233505213401142012561
Binary1000011010011111010001010101011100010011000100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8613E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,19,232); }

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

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

 a { background-color: rgb(134,19,232); }

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

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

 span { border-color: rgb(134,19,232); }

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