Html Css Color HEX #8E49FD Blue Violet

📋 copy color: '#8E49FD'

red 142 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #8E49FD

Tints of Blue Violet #8E49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 30.34%
G = 15.6%
B = 54.06%

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

#8E49FD (or 0x8E49FD) is known color: Blue Violet. HEX triplet: 8E, 49 and FD. RGB value is (142,73,253). Sum of RGB (Red+Green+Blue) = 142+73+253=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E49FD is #71B602. Grayscale: #717171. Windows color (decimal): -7452163 or 16599438. OLE color: 16599438.

HSL color Cylindrical-coordinate representation of color #8E49FD: hue angle of 263º degrees, saturation: 0.98, 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 #8E49FD is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 73 253 -
CMYK 0.44 0.71 0 0.01
HSL 263º 0.98% 0.64% -
HSV(B) 263º 0.71% 0.99% -
XYZ 31.27 17.61 94.68 -
YUV 114.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 142 73 253 0.44 0.71 0 0.01 263 0.98 0.64
Hex 8E 49 FD 2C 47 0 1 107 62 40
Octal 216 111 375 54 107 0 1 407 142 100
Binary 10001110 1001001 11111101 101100 1000111 0 1 100000111 1100010 1000000

Color Harmonies of #8E49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E49FD

Black with #8E49FD

Text Example


Text Example

White with #8E49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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