Html Css Color HEX #8C11CE Dark Violet

📋 copy color: '#8C11CE'

red 140 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #8C11CE

Tints of Dark Violet #8C11CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 38.57%
G = 4.68%
B = 56.75%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C11CE (or 0x8C11CE) is known color: Dark Violet. HEX triplet: 8C, 11 and CE. RGB value is (140,17,206). Sum of RGB (Red+Green+Blue) = 140+17+206=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C11CE is #73EE31. Grayscale: #4A4A4A. Windows color (decimal): -7597618 or 13504908. OLE color: 13504908.

HSL color Cylindrical-coordinate representation of color #8C11CE: hue angle of 279.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C11CE is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 17 206 -
CMYK 0.32 0.92 0 0.19
HSL 279.05º 0.85% 0.44% -
HSV(B) 279.05º 0.92% 0.81% -
XYZ 22.16 10.43 59.24 -
YUV 75.32 201.75 174.13 -
System Red Green Blue C M Y K H S L
Decimal 140 17 206 0.32 0.92 0 0.19 279.05 0.85 0.44
Hex 8C 11 CE 20 5C 0 13 117 55 2C
Octal 214 21 316 40 134 0 23 427 125 54
Binary 10001100 10001 11001110 100000 1011100 0 10011 100010111 1010101 101100

Color Harmonies of #8C11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C11CE

Black with #8C11CE

Text Example


Text Example

White with #8C11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,17,206); }

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

background-color css

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

 a { background-color: rgb(140,17,206); }

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

border-color css

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

 span { border-color: rgb(140,17,206); }

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