Html Css Color HEX #8E0CF8 Blue Violet

📋 copy color: '#8E0CF8'

red 142 ◦ green 12 ◦ blue 248

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

Shades of Blue Violet #8E0CF8

Tints of Blue Violet #8E0CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 248 (97.27% from 255) = 61.69%

R = 35.32%
G = 2.99%
B = 61.69%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8E0CF8 (or 0x8E0CF8) is known color: Blue Violet. HEX triplet: 8E, 0C and F8. RGB value is (142,12,248). Sum of RGB (Red+Green+Blue) = 142+12+248=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 248 (97.27% from 255 or 61.69% from 402); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E0CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0CF8 is #71F307. Grayscale: #4C4C4C. Windows color (decimal): -7467784 or 16256142. OLE color: 16256142.

HSL color Cylindrical-coordinate representation of color #8E0CF8: hue angle of 273.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0CF8 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 142 12 248 -
CMYK 0.43 0.95 0 0.03
HSL 273.05º 0.94% 0.51% -
HSV(B) 273.05º 0.95% 0.97% -
XYZ 28.23 12.79 89.79 -
YUV 77.77 224.07 173.81 -
System Red Green Blue C M Y K H S L
Decimal 142 12 248 0.43 0.95 0 0.03 273.05 0.94 0.51
Hex 8E C F8 2B 5F 0 3 111 5E 33
Octal 216 14 370 53 137 0 3 421 136 63
Binary 10001110 1100 11111000 101011 1011111 0 11 100010001 1011110 110011

Color Harmonies of #8E0CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CF8

Black with #8E0CF8

Text Example


Text Example

White with #8E0CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,248); }

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

background-color css

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

 a { background-color: rgb(142,12,248); }

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

border-color css

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

 span { border-color: rgb(142,12,248); }

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