Html Css Color HEX #8E49E6 Blue Violet

📋 copy color: '#8E49E6'

red 142 ◦ green 73 ◦ blue 230

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

Shades of Blue Violet #8E49E6

Tints of Blue Violet #8E49E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.69%

R = 31.91%
G = 16.4%
B = 51.69%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8E49E6 (or 0x8E49E6) is known color: Blue Violet. HEX triplet: 8E, 49 and E6. RGB value is (142,73,230). Sum of RGB (Red+Green+Blue) = 142+73+230=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E49E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E49E6 is #71B619. Grayscale: #6E6E6E. Windows color (decimal): -7452186 or 15092110. OLE color: 15092110.

HSL color Cylindrical-coordinate representation of color #8E49E6: hue angle of 266.37º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E49E6 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 73 230 -
CMYK 0.38 0.68 0 0.10
HSL 266.37º 0.76% 0.59% -
HSV(B) 266.37º 0.68% 0.9% -
XYZ 27.82 16.23 76.53 -
YUV 111.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 142 73 230 0.38 0.68 0 0.10 266.37 0.76 0.59
Hex 8E 49 E6 26 44 0 A 10A 4C 3B
Octal 216 111 346 46 104 0 12 412 114 73
Binary 10001110 1001001 11100110 100110 1000100 0 1010 100001010 1001100 111011

Color Harmonies of #8E49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E49E6

Black with #8E49E6

Text Example


Text Example

White with #8E49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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