Html Css Color HEX #8E19FA Blue Violet

📋 copy color: '#8E19FA'

red 142 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #8E19FA

Tints of Blue Violet #8E19FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6%

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

R = 34.05%
G = 6%
B = 59.95%

CMYK

 C value IS 0.43

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E19FA (or 0x8E19FA) is known color: Blue Violet. HEX triplet: 8E, 19 and FA. RGB value is (142,25,250). Sum of RGB (Red+Green+Blue) = 142+25+250=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E19FA is #71E605. Grayscale: #545454. Windows color (decimal): -7464454 or 16390542. OLE color: 16390542.

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

Color convert

RGB 142 25 250 -
CMYK 0.43 0.9 0 0.02
HSL 271.2º 0.96% 0.54% -
HSV(B) 271.2º 0.9% 0.98% -
XYZ 28.76 13.35 91.5 -
YUV 85.63 220.76 168.2 -
System Red Green Blue C M Y K H S L
Decimal 142 25 250 0.43 0.9 0 0.02 271.2 0.96 0.54
Hex 8E 19 FA 2B 5A 0 2 10F 60 36
Octal 216 31 372 53 132 0 2 417 140 66
Binary 10001110 11001 11111010 101011 1011010 0 10 100001111 1100000 110110

Color Harmonies of #8E19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E19FA

Black with #8E19FA

Text Example


Text Example

White with #8E19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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