Html Css Color HEX #8C1E78 Dark Purple

📋 copy color: '#8C1E78'

red 140 ◦ green 30 ◦ blue 120

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

Shades of Dark Purple #8C1E78

Tints of Dark Purple #8C1E78

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 48.28%
G = 10.34%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C1E78 (or 0x8C1E78) is known color: Dark Purple. HEX triplet: 8C, 1E and 78. RGB value is (140,30,120). Sum of RGB (Red+Green+Blue) = 140+30+120=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E78 is #73E187. Grayscale: #484848. Windows color (decimal): -7594376 or 7872140. OLE color: 7872140.

HSL color Cylindrical-coordinate representation of color #8C1E78: hue angle of 310.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1E78 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 30 120 -
CMYK 0 0.79 0.14 0.45
HSL 310.91º 0.65% 0.33% -
HSV(B) 310.91º 0.79% 0.55% -
XYZ 14.67 7.86 18.51 -
YUV 73.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 140 30 120 0 0.79 0.14 0.45 310.91 0.65 0.33
Hex 8C 1E 78 0 4F E 2D 137 41 21
Octal 214 36 170 0 117 16 55 467 101 41
Binary 10001100 11110 1111000 0 1001111 1110 101101 100110111 1000001 100001

Color Harmonies of #8C1E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E78

Black with #8C1E78

Text Example


Text Example

White with #8C1E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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