Html Css Color HEX #8C0CDC Dark Violet

📋 copy color: '#8C0CDC'

red 140 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #8C0CDC

Tints of Dark Violet #8C0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 37.63%
G = 3.23%
B = 59.14%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C0CDC (or 0x8C0CDC) is known color: Dark Violet. HEX triplet: 8C, 0C and DC. RGB value is (140,12,220). Sum of RGB (Red+Green+Blue) = 140+12+220=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0CDC is #73F323. Grayscale: #494949. Windows color (decimal): -7598884 or 14421132. OLE color: 14421132.

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

Color convert

RGB 140 12 220 -
CMYK 0.36 0.95 0 0.14
HSL 276.92º 0.9% 0.45% -
HSV(B) 276.92º 0.95% 0.86% -
XYZ 23.86 11.01 68.58 -
YUV 73.98 210.41 175.09 -
System Red Green Blue C M Y K H S L
Decimal 140 12 220 0.36 0.95 0 0.14 276.92 0.9 0.45
Hex 8C C DC 24 5F 0 E 115 5A 2D
Octal 214 14 334 44 137 0 16 425 132 55
Binary 10001100 1100 11011100 100100 1011111 0 1110 100010101 1011010 101101

Color Harmonies of #8C0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CDC

Black with #8C0CDC

Text Example


Text Example

White with #8C0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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