Html Css Color HEX #8E28DB Blue Violet

📋 copy color: '#8E28DB'

red 142 ◦ green 40 ◦ blue 219

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

Shades of Blue Violet #8E28DB

Tints of Blue Violet #8E28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 35.41%
G = 9.98%
B = 54.61%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E28DB (or 0x8E28DB) is known color: Blue Violet. HEX triplet: 8E, 28 and DB. RGB value is (142,40,219). Sum of RGB (Red+Green+Blue) = 142+40+219=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E28DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E28DB is #71D724. Grayscale: #5A5A5A. Windows color (decimal): -7460645 or 14362766. OLE color: 14362766.

HSL color Cylindrical-coordinate representation of color #8E28DB: hue angle of 274.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E28DB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 40 219 -
CMYK 0.35 0.82 0 0.14
HSL 274.19º 0.71% 0.51% -
HSV(B) 274.19º 0.82% 0.86% -
XYZ 24.7 12.38 68.11 -
YUV 90.9 200.29 164.45 -
System Red Green Blue C M Y K H S L
Decimal 142 40 219 0.35 0.82 0 0.14 274.19 0.71 0.51
Hex 8E 28 DB 23 52 0 E 112 47 33
Octal 216 50 333 43 122 0 16 422 107 63
Binary 10001110 101000 11011011 100011 1010010 0 1110 100010010 1000111 110011

Color Harmonies of #8E28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E28DB

Black with #8E28DB

Text Example


Text Example

White with #8E28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,219); }

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

background-color css

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

 a { background-color: rgb(142,40,219); }

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

border-color css

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

 span { border-color: rgb(142,40,219); }

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