Html Css Color HEX #8C2981 Dark Purple

📋 copy color: '#8C2981'

red 140 ◦ green 41 ◦ blue 129

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

Shades of Dark Purple #8C2981

Tints of Dark Purple #8C2981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 45.16%
G = 13.23%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C2981 (or 0x8C2981) is known color: Dark Purple. HEX triplet: 8C, 29 and 81. RGB value is (140,41,129). Sum of RGB (Red+Green+Blue) = 140+41+129=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2981 is #73D67E. Grayscale: #505050. Windows color (decimal): -7591551 or 8464780. OLE color: 8464780.

HSL color Cylindrical-coordinate representation of color #8C2981: hue angle of 306.67º degrees, saturation: 0.55, 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 #8C2981 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 129 -
CMYK 0 0.71 0.08 0.45
HSL 306.67º 0.55% 0.35% -
HSV(B) 306.67º 0.71% 0.55% -
XYZ 15.57 8.75 21.64 -
YUV 80.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 140 41 129 0 0.71 0.08 0.45 306.67 0.55 0.35
Hex 8C 29 81 0 47 8 2D 133 37 23
Octal 214 51 201 0 107 10 55 463 67 43
Binary 10001100 101001 10000001 0 1000111 1000 101101 100110011 110111 100011

Color Harmonies of #8C2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2981

Black with #8C2981

Text Example


Text Example

White with #8C2981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,129); }

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

background-color css

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

 a { background-color: rgb(140,41,129); }

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

border-color css

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

 span { border-color: rgb(140,41,129); }

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