Html Css Color HEX #8E19FF Blue Violet

📋 copy color: '#8E19FF'

red 142 ◦ green 25 ◦ blue 255

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

Shades of Blue Violet #8E19FF

Tints of Blue Violet #8E19FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 33.65%
G = 5.92%
B = 60.43%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E19FF (or 0x8E19FF) is known color: Blue Violet. HEX triplet: 8E, 19 and FF. RGB value is (142,25,255). Sum of RGB (Red+Green+Blue) = 142+25+255=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E19FF is #71E600. Grayscale: #555555. Windows color (decimal): -7464449 or 16718222. OLE color: 16718222.

HSL color Cylindrical-coordinate representation of color #8E19FF: hue angle of 270.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E19FF is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 25 255 -
CMYK 0.44 0.90 0 0
HSL 270.52º 1% 0.55% -
HSV(B) 270.52º 0.9% 1% -
XYZ 29.55 13.67 95.69 -
YUV 86.2 223.26 167.8 -
System Red Green Blue C M Y K H S L
Decimal 142 25 255 0.44 0.90 0 0 270.52 1 0.55
Hex 8E 19 FF 2C 5A 0 0 10F 64 37
Octal 216 31 377 54 132 0 0 417 144 67
Binary 10001110 11001 11111111 101100 1011010 0 0 100001111 1100100 110111

Color Harmonies of #8E19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E19FF

Black with #8E19FF

Text Example


Text Example

White with #8E19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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