Html Css Color HEX #8C11CC Dark Violet

📋 copy color: '#8C11CC'

red 140 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #8C11CC

Tints of Dark Violet #8C11CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 38.78%
G = 4.71%
B = 56.51%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C11CC (or 0x8C11CC) is known color: Dark Violet. HEX triplet: 8C, 11 and CC. RGB value is (140,17,204). Sum of RGB (Red+Green+Blue) = 140+17+204=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C11CC is #73EE33. Grayscale: #4A4A4A. Windows color (decimal): -7597620 or 13373836. OLE color: 13373836.

HSL color Cylindrical-coordinate representation of color #8C11CC: hue angle of 279.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C11CC is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 17 204 -
CMYK 0.31 0.92 0 0.2
HSL 279.47º 0.85% 0.43% -
HSV(B) 279.47º 0.92% 0.8% -
XYZ 21.91 10.34 57.97 -
YUV 75.1 200.75 174.29 -
System Red Green Blue C M Y K H S L
Decimal 140 17 204 0.31 0.92 0 0.2 279.47 0.85 0.43
Hex 8C 11 CC 1F 5C 0 14 117 55 2B
Octal 214 21 314 37 134 0 24 427 125 53
Binary 10001100 10001 11001100 11111 1011100 0 10100 100010111 1010101 101011

Color Harmonies of #8C11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C11CC

Black with #8C11CC

Text Example


Text Example

White with #8C11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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