Html Css Color HEX #8E0DDF Dark Violet

📋 copy color: '#8E0DDF'

red 142 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #8E0DDF

Tints of Dark Violet #8E0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

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

R = 37.57%
G = 3.44%
B = 58.99%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E0DDF (or 0x8E0DDF) is known color: Dark Violet. HEX triplet: 8E, 0D and DF. RGB value is (142,13,223). Sum of RGB (Red+Green+Blue) = 142+13+223=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0DDF is #71F220. Grayscale: #4A4A4A. Windows color (decimal): -7467553 or 14617998. OLE color: 14617998.

HSL color Cylindrical-coordinate representation of color #8E0DDF: hue angle of 276.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0DDF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 13 223 -
CMYK 0.36 0.94 0 0.13
HSL 276.86º 0.89% 0.46% -
HSV(B) 276.86º 0.94% 0.87% -
XYZ 24.62 11.37 70.71 -
YUV 75.51 211.24 175.42 -
System Red Green Blue C M Y K H S L
Decimal 142 13 223 0.36 0.94 0 0.13 276.86 0.89 0.46
Hex 8E D DF 24 5E 0 D 115 59 2E
Octal 216 15 337 44 136 0 15 425 131 56
Binary 10001110 1101 11011111 100100 1011110 0 1101 100010101 1011001 101110

Color Harmonies of #8E0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0DDF

Black with #8E0DDF

Text Example


Text Example

White with #8E0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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