Html Css Color HEX #8E44EB Blue Violet

📋 copy color: '#8E44EB'

red 142 ◦ green 68 ◦ blue 235

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

Shades of Blue Violet #8E44EB

Tints of Blue Violet #8E44EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 31.91%
G = 15.28%
B = 52.81%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E44EB (or 0x8E44EB) is known color: Blue Violet. HEX triplet: 8E, 44 and EB. RGB value is (142,68,235). Sum of RGB (Red+Green+Blue) = 142+68+235=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E44EB is #71BB14. Grayscale: #6C6C6C. Windows color (decimal): -7453461 or 15418510. OLE color: 15418510.

HSL color Cylindrical-coordinate representation of color #8E44EB: hue angle of 266.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E44EB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 68 235 -
CMYK 0.40 0.71 0 0.08
HSL 266.59º 0.81% 0.59% -
HSV(B) 266.59º 0.71% 0.92% -
XYZ 28.22 15.88 80.18 -
YUV 109.16 199.02 151.42 -
System Red Green Blue C M Y K H S L
Decimal 142 68 235 0.40 0.71 0 0.08 266.59 0.81 0.59
Hex 8E 44 EB 28 47 0 8 10B 51 3B
Octal 216 104 353 50 107 0 10 413 121 73
Binary 10001110 1000100 11101011 101000 1000111 0 1000 100001011 1010001 111011

Color Harmonies of #8E44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E44EB

Black with #8E44EB

Text Example


Text Example

White with #8E44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,68,235); }

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

background-color css

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

 a { background-color: rgb(142,68,235); }

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

border-color css

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

 span { border-color: rgb(142,68,235); }

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