Html Css Color HEX #8C1792 Dark Magenta

📋 copy color: '#8C1792'

red 140 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #8C1792

Tints of Dark Magenta #8C1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 45.31%
G = 7.44%
B = 47.25%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C1792 (or 0x8C1792) is known color: Dark Magenta. HEX triplet: 8C, 17 and 92. RGB value is (140,23,146). Sum of RGB (Red+Green+Blue) = 140+23+146=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1792 is #73E86D. Grayscale: #474747. Windows color (decimal): -7596142 or 9574284. OLE color: 9574284.

HSL color Cylindrical-coordinate representation of color #8C1792: hue angle of 297.07º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1792 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 23 146 -
CMYK 0.04 0.84 0 0.43
HSL 297.07º 0.73% 0.33% -
HSV(B) 297.07º 0.84% 0.57% -
XYZ 16.31 8.26 27.93 -
YUV 72.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 140 23 146 0.04 0.84 0 0.43 297.07 0.73 0.33
Hex 8C 17 92 4 54 0 2B 129 49 21
Octal 214 27 222 4 124 0 53 451 111 41
Binary 10001100 10111 10010010 100 1010100 0 101011 100101001 1001001 100001

Color Harmonies of #8C1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1792

Black with #8C1792

Text Example


Text Example

White with #8C1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,146); }

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

background-color css

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

 a { background-color: rgb(140,23,146); }

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

border-color css

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

 span { border-color: rgb(140,23,146); }

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