Html Css Color HEX #8E2DDB Blue Violet

📋 copy color: '#8E2DDB'

red 142 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #8E2DDB

Tints of Blue Violet #8E2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

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

R = 34.98%
G = 11.08%
B = 53.94%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E2DDB (or 0x8E2DDB) is known color: Blue Violet. HEX triplet: 8E, 2D and DB. RGB value is (142,45,219). Sum of RGB (Red+Green+Blue) = 142+45+219=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E2DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DDB is #71D224. Grayscale: #5D5D5D. Windows color (decimal): -7459365 or 14364046. OLE color: 14364046.

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

Color convert

RGB 142 45 219 -
CMYK 0.35 0.79 0 0.14
HSL 273.45º 0.71% 0.52% -
HSV(B) 273.45º 0.79% 0.86% -
XYZ 24.88 12.74 68.17 -
YUV 93.84 198.64 162.35 -
System Red Green Blue C M Y K H S L
Decimal 142 45 219 0.35 0.79 0 0.14 273.45 0.71 0.52
Hex 8E 2D DB 23 4F 0 E 111 47 34
Octal 216 55 333 43 117 0 16 421 107 64
Binary 10001110 101101 11011011 100011 1001111 0 1110 100010001 1000111 110100

Color Harmonies of #8E2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DDB

Black with #8E2DDB

Text Example


Text Example

White with #8E2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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