Html Css Color HEX #8E2DDD Blue Violet

📋 copy color: '#8E2DDD'

red 142 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #8E2DDD

Tints of Blue Violet #8E2DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 34.8%
G = 11.03%
B = 54.17%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E2DDD (or 0x8E2DDD) is known color: Blue Violet. HEX triplet: 8E, 2D and DD. RGB value is (142,45,221). Sum of RGB (Red+Green+Blue) = 142+45+221=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DDD is #71D222. Grayscale: #5D5D5D. Windows color (decimal): -7459363 or 14495118. OLE color: 14495118.

HSL color Cylindrical-coordinate representation of color #8E2DDD: hue angle of 273.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2DDD is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 45 221 -
CMYK 0.36 0.80 0 0.13
HSL 273.07º 0.72% 0.52% -
HSV(B) 273.07º 0.8% 0.87% -
XYZ 25.14 12.85 69.56 -
YUV 94.07 199.64 162.19 -
System Red Green Blue C M Y K H S L
Decimal 142 45 221 0.36 0.80 0 0.13 273.07 0.72 0.52
Hex 8E 2D DD 24 50 0 D 111 48 34
Octal 216 55 335 44 120 0 15 421 110 64
Binary 10001110 101101 11011101 100100 1010000 0 1101 100010001 1001000 110100

Color Harmonies of #8E2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DDD

Black with #8E2DDD

Text Example


Text Example

White with #8E2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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