Html Css Color HEX #8E2DDF Blue Violet

📋 copy color: '#8E2DDF'

red 142 ◦ green 45 ◦ blue 223

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

Shades of Blue Violet #8E2DDF

Tints of Blue Violet #8E2DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 34.63%
G = 10.98%
B = 54.39%

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

#8E2DDF (or 0x8E2DDF) is known color: Blue Violet. HEX triplet: 8E, 2D and DF. RGB value is (142,45,223). Sum of RGB (Red+Green+Blue) = 142+45+223=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E2DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DDF is #71D220. Grayscale: #5D5D5D. Windows color (decimal): -7459361 or 14626190. OLE color: 14626190.

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

Color convert

RGB 142 45 223 -
CMYK 0.36 0.80 0 0.13
HSL 272.7º 0.74% 0.53% -
HSV(B) 272.7º 0.8% 0.87% -
XYZ 25.41 12.96 70.97 -
YUV 94.3 200.64 162.03 -
System Red Green Blue C M Y K H S L
Decimal 142 45 223 0.36 0.80 0 0.13 272.7 0.74 0.53
Hex 8E 2D DF 24 50 0 D 111 4A 35
Octal 216 55 337 44 120 0 15 421 112 65
Binary 10001110 101101 11011111 100100 1010000 0 1101 100010001 1001010 110101

Color Harmonies of #8E2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DDF

Black with #8E2DDF

Text Example


Text Example

White with #8E2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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