Html Css Color HEX #8C2874 Dark Purple

📋 copy color: '#8C2874'

red 140 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #8C2874

Tints of Dark Purple #8C2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 47.3%
G = 13.51%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C2874 (or 0x8C2874) is known color: Dark Purple. HEX triplet: 8C, 28 and 74. RGB value is (140,40,116). Sum of RGB (Red+Green+Blue) = 140+40+116=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2874 is #73D78B. Grayscale: #4E4E4E. Windows color (decimal): -7591820 or 7612556. OLE color: 7612556.

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

Color convert

RGB 140 40 116 -
CMYK 0 0.71 0.17 0.45
HSL 314.4º 0.56% 0.35% -
HSV(B) 314.4º 0.71% 0.55% -
XYZ 14.73 8.35 17.36 -
YUV 78.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 140 40 116 0 0.71 0.17 0.45 314.4 0.56 0.35
Hex 8C 28 74 0 47 11 2D 13A 38 23
Octal 214 50 164 0 107 21 55 472 70 43
Binary 10001100 101000 1110100 0 1000111 10001 101101 100111010 111000 100011

Color Harmonies of #8C2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2874

Black with #8C2874

Text Example


Text Example

White with #8C2874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,40,116); }

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

background-color css

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

 a { background-color: rgb(140,40,116); }

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

border-color css

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

 span { border-color: rgb(140,40,116); }

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