Html Css Color HEX #8E12FA Blue Violet

📋 copy color: '#8E12FA'

red 142 ◦ green 18 ◦ blue 250

#8E12FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E12FA

Tints of Blue Violet #8E12FA

RGB

 RED value IS 142 (55.86% from 255) = 34.63%

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 34.63%
G = 4.39%
B = 60.98%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E12FA (or 0x8E12FA) is known color: Blue Violet. HEX triplet: 8E, 12 and FA. RGB value is (142,18,250). Sum of RGB (Red+Green+Blue) = 142+18+250=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E12FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E12FA is #71ED05. Grayscale: #505050. Windows color (decimal): -7466246 or 16388750. OLE color: 16388750.

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

Color convert

RGB 142 18 250 -
CMYK 0.43 0.93 0 0.02
HSL 272.07º 0.96% 0.53% -
HSV(B) 272.07º 0.93% 0.98% -
XYZ 28.63 13.09 91.46 -
YUV 81.52 223.08 171.14 -
System Red Green Blue C M Y K H S L
Decimal 142 18 250 0.43 0.93 0 0.02 272.07 0.96 0.53
Hex 8E 12 FA 2B 5D 0 2 110 60 35
Octal 216 22 372 53 135 0 2 420 140 65
Binary 10001110 10010 11111010 101011 1011101 0 10 100010000 1100000 110101

Color Harmonies of #8E12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E12FA

Black with #8E12FA

Text Example


Text Example

White with #8E12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E12FA;
 }
 .AnyTagClassName
 {
   color: #8E12FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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