#8E13FA

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

Shades of Blue Violet #8E13FA

Tints of Blue Violet #8E13FA

Color information

#8E13FA (or 0x8E13FA) is unknown color: approx Blue Violet. HEX triplet: 8E, 13 and FA. RGB value is (142,19,250). Sum of RGB (Red+Green+Blue) = 142+19+250=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E13FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E13FA is #71EC05. Grayscale: #515151. Windows color (decimal): -7465990 or 16389006. OLE color: 16389006.

HSL color Cylindrical-coordinate representation of color #8E13FA: hue angle of 271.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E13FA is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14219250-
CMYK0.430.9200.02
HSL271.95º95.85%52.75%-
HSV(B)271.95º92.4%98.04%-
XYZ28.6413.1291.46-
YUV82.11222.75170.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 19 (7.81% from 255) = 4.62%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=34.55%
G=4.62%
B=60.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142192500.430.9200.02271.9595.8552.75
Hex8E13FA2B5C021106035
Octal21623372531340242014065
Binary10001110100111111101010101110111000101000100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E13FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,250); }

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

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

 a { background-color: rgb(142,19,250); }

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

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

 span { border-color: rgb(142,19,250); }

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