Html Css Color HEX #8C2D6F Dark Purple

📋 copy color: '#8C2D6F'

red 140 ◦ green 45 ◦ blue 111

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

Shades of Dark Purple #8C2D6F

Tints of Dark Purple #8C2D6F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 47.3%
G = 15.2%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C2D6F (or 0x8C2D6F) is known color: Dark Purple. HEX triplet: 8C, 2D and 6F. RGB value is (140,45,111). Sum of RGB (Red+Green+Blue) = 140+45+111=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2D6F is #73D290. Grayscale: #505050. Windows color (decimal): -7590545 or 7286156. OLE color: 7286156.

HSL color Cylindrical-coordinate representation of color #8C2D6F: hue angle of 318.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D6F is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 45 111 -
CMYK 0 0.68 0.21 0.45
HSL 318.32º 0.51% 0.36% -
HSV(B) 318.32º 0.68% 0.55% -
XYZ 14.62 8.6 15.93 -
YUV 80.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 140 45 111 0 0.68 0.21 0.45 318.32 0.51 0.36
Hex 8C 2D 6F 0 44 15 2D 13E 33 24
Octal 214 55 157 0 104 25 55 476 63 44
Binary 10001100 101101 1101111 0 1000100 10101 101101 100111110 110011 100100

Color Harmonies of #8C2D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2D6F

Black with #8C2D6F

Text Example


Text Example

White with #8C2D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,45,111); }

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

background-color css

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

 a { background-color: rgb(140,45,111); }

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

border-color css

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

 span { border-color: rgb(140,45,111); }

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