Html Css Color HEX #8C1776 Dark Purple

📋 copy color: '#8C1776'

red 140 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #8C1776

Tints of Dark Purple #8C1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 49.82%
G = 8.19%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C1776 (or 0x8C1776) is known color: Dark Purple. HEX triplet: 8C, 17 and 76. RGB value is (140,23,118). Sum of RGB (Red+Green+Blue) = 140+23+118=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1776 is #73E889. Grayscale: #444444. Windows color (decimal): -7596170 or 7739276. OLE color: 7739276.

HSL color Cylindrical-coordinate representation of color #8C1776: hue angle of 311.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1776 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 118 -
CMYK 0 0.84 0.16 0.45
HSL 311.28º 0.72% 0.32% -
HSV(B) 311.28º 0.84% 0.55% -
XYZ 14.39 7.5 17.83 -
YUV 68.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 140 23 118 0 0.84 0.16 0.45 311.28 0.72 0.32
Hex 8C 17 76 0 54 10 2D 137 48 20
Octal 214 27 166 0 124 20 55 467 110 40
Binary 10001100 10111 1110110 0 1010100 10000 101101 100110111 1001000 100000

Color Harmonies of #8C1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1776

Black with #8C1776

Text Example


Text Example

White with #8C1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,118); }

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

background-color css

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

 a { background-color: rgb(140,23,118); }

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

border-color css

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

 span { border-color: rgb(140,23,118); }

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