Html Css Color HEX #8C1778 Dark Purple

📋 copy color: '#8C1778'

red 140 ◦ green 23 ◦ blue 120

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

Shades of Dark Purple #8C1778

Tints of Dark Purple #8C1778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 49.47%
G = 8.13%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C1778 (or 0x8C1778) is known color: Dark Purple. HEX triplet: 8C, 17 and 78. RGB value is (140,23,120). Sum of RGB (Red+Green+Blue) = 140+23+120=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1778 is #73E887. Grayscale: #444444. Windows color (decimal): -7596168 or 7870348. OLE color: 7870348.

HSL color Cylindrical-coordinate representation of color #8C1778: hue angle of 310.26º 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 #8C1778 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 120 -
CMYK 0 0.84 0.14 0.45
HSL 310.26º 0.72% 0.32% -
HSV(B) 310.26º 0.84% 0.55% -
XYZ 14.51 7.54 18.46 -
YUV 69.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 140 23 120 0 0.84 0.14 0.45 310.26 0.72 0.32
Hex 8C 17 78 0 54 E 2D 136 48 20
Octal 214 27 170 0 124 16 55 466 110 40
Binary 10001100 10111 1111000 0 1010100 1110 101101 100110110 1001000 100000

Color Harmonies of #8C1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1778

Black with #8C1778

Text Example


Text Example

White with #8C1778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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