Html Css Color HEX #8C0EDC Dark Violet

📋 copy color: '#8C0EDC'

red 140 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #8C0EDC

Tints of Dark Violet #8C0EDC

RGB

 RED value IS 140 (55.08% from 255) = 37.43%

 GREEN value IS 14 (5.86% from 255) = 3.74%

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 37.43%
G = 3.74%
B = 58.82%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C0EDC (or 0x8C0EDC) is known color: Dark Violet. HEX triplet: 8C, 0E and DC. RGB value is (140,14,220). Sum of RGB (Red+Green+Blue) = 140+14+220=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0EDC is #73F123. Grayscale: #4A4A4A. Windows color (decimal): -7598372 or 14421644. OLE color: 14421644.

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

Color convert

RGB 140 14 220 -
CMYK 0.36 0.94 0 0.14
HSL 276.7º 0.88% 0.46% -
HSV(B) 276.7º 0.94% 0.86% -
XYZ 23.89 11.06 68.59 -
YUV 75.16 209.74 174.25 -
System Red Green Blue C M Y K H S L
Decimal 140 14 220 0.36 0.94 0 0.14 276.7 0.88 0.46
Hex 8C E DC 24 5E 0 E 115 58 2E
Octal 214 16 334 44 136 0 16 425 130 56
Binary 10001100 1110 11011100 100100 1011110 0 1110 100010101 1011000 101110

Color Harmonies of #8C0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EDC

Black with #8C0EDC

Text Example


Text Example

White with #8C0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,220); }

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

background-color css

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

 a { background-color: rgb(140,14,220); }

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

border-color css

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

 span { border-color: rgb(140,14,220); }

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