Html Css Color HEX #8E49FC Blue Violet

📋 copy color: '#8E49FC'

red 142 ◦ green 73 ◦ blue 252

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

Shades of Blue Violet #8E49FC

Tints of Blue Violet #8E49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 30.41%
G = 15.63%
B = 53.96%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E49FC (or 0x8E49FC) is known color: Blue Violet. HEX triplet: 8E, 49 and FC. RGB value is (142,73,252). Sum of RGB (Red+Green+Blue) = 142+73+252=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E49FC is #71B603. Grayscale: #717171. Windows color (decimal): -7452164 or 16533902. OLE color: 16533902.

HSL color Cylindrical-coordinate representation of color #8E49FC: hue angle of 263.13º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E49FC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 73 252 -
CMYK 0.44 0.71 0 0.01
HSL 263.13º 0.97% 0.64% -
HSV(B) 263.13º 0.71% 0.99% -
XYZ 31.11 17.54 93.84 -
YUV 114.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 142 73 252 0.44 0.71 0 0.01 263.13 0.97 0.64
Hex 8E 49 FC 2C 47 0 1 107 61 40
Octal 216 111 374 54 107 0 1 407 141 100
Binary 10001110 1001001 11111100 101100 1000111 0 1 100000111 1100001 1000000

Color Harmonies of #8E49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E49FC

Black with #8E49FC

Text Example


Text Example

White with #8E49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,73,252); }

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

background-color css

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

 a { background-color: rgb(142,73,252); }

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

border-color css

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

 span { border-color: rgb(142,73,252); }

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