Html Css Color HEX #8C1092 Dark Magenta

📋 copy color: '#8C1092'

red 140 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #8C1092

Tints of Dark Magenta #8C1092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

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

R = 46.36%
G = 5.3%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C1092 (or 0x8C1092) is known color: Dark Magenta. HEX triplet: 8C, 10 and 92. RGB value is (140,16,146). Sum of RGB (Red+Green+Blue) = 140+16+146=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1092 is #73EF6D. Grayscale: #434343. Windows color (decimal): -7597934 or 9572492. OLE color: 9572492.

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

Color convert

RGB 140 16 146 -
CMYK 0.04 0.89 0 0.43
HSL 297.23º 0.8% 0.32% -
HSV(B) 297.23º 0.89% 0.57% -
XYZ 16.19 8.02 27.89 -
YUV 67.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 140 16 146 0.04 0.89 0 0.43 297.23 0.8 0.32
Hex 8C 10 92 4 59 0 2B 129 50 20
Octal 214 20 222 4 131 0 53 451 120 40
Binary 10001100 10000 10010010 100 1011001 0 101011 100101001 1010000 100000

Color Harmonies of #8C1092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1092

Black with #8C1092

Text Example


Text Example

White with #8C1092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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