Html Css Color HEX #8E18FA Blue Violet

📋 copy color: '#8E18FA'

red 142 ◦ green 24 ◦ blue 250

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

Shades of Blue Violet #8E18FA

Tints of Blue Violet #8E18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.77%

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

R = 34.13%
G = 5.77%
B = 60.1%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E18FA (or 0x8E18FA) is known color: Blue Violet. HEX triplet: 8E, 18 and FA. RGB value is (142,24,250). Sum of RGB (Red+Green+Blue) = 142+24+250=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E18FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E18FA is #71E705. Grayscale: #545454. Windows color (decimal): -7464710 or 16390286. OLE color: 16390286.

HSL color Cylindrical-coordinate representation of color #8E18FA: hue angle of 271.33º 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 #8E18FA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 24 250 -
CMYK 0.43 0.90 0 0.02
HSL 271.33º 0.96% 0.54% -
HSV(B) 271.33º 0.9% 0.98% -
XYZ 28.74 13.31 91.5 -
YUV 85.05 221.09 168.62 -
System Red Green Blue C M Y K H S L
Decimal 142 24 250 0.43 0.90 0 0.02 271.33 0.96 0.54
Hex 8E 18 FA 2B 5A 0 2 10F 60 36
Octal 216 30 372 53 132 0 2 417 140 66
Binary 10001110 11000 11111010 101011 1011010 0 10 100001111 1100000 110110

Color Harmonies of #8E18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E18FA

Black with #8E18FA

Text Example


Text Example

White with #8E18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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