Html Css Color HEX #8C1873 Dark Purple

📋 copy color: '#8C1873'

red 140 ◦ green 24 ◦ blue 115

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

Shades of Dark Purple #8C1873

Tints of Dark Purple #8C1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 50.18%
G = 8.6%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C1873 (or 0x8C1873) is known color: Dark Purple. HEX triplet: 8C, 18 and 73. RGB value is (140,24,115). Sum of RGB (Red+Green+Blue) = 140+24+115=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1873 is #73E78C. Grayscale: #444444. Windows color (decimal): -7595917 or 7542924. OLE color: 7542924.

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

Color convert

RGB 140 24 115 -
CMYK 0 0.83 0.18 0.45
HSL 312.93º 0.71% 0.32% -
HSV(B) 312.93º 0.83% 0.55% -
XYZ 14.24 7.47 16.91 -
YUV 69.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 140 24 115 0 0.83 0.18 0.45 312.93 0.71 0.32
Hex 8C 18 73 0 53 12 2D 139 47 20
Octal 214 30 163 0 123 22 55 471 107 40
Binary 10001100 11000 1110011 0 1010011 10010 101101 100111001 1000111 100000

Color Harmonies of #8C1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1873

Black with #8C1873

Text Example


Text Example

White with #8C1873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,115); }

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

background-color css

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

 a { background-color: rgb(140,24,115); }

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

border-color css

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

 span { border-color: rgb(140,24,115); }

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