Html Css Color HEX #8C1895 Dark Magenta

📋 copy color: '#8C1895'

red 140 ◦ green 24 ◦ blue 149

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

Shades of Dark Magenta #8C1895

Tints of Dark Magenta #8C1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 44.73%
G = 7.67%
B = 47.6%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C1895 (or 0x8C1895) is known color: Dark Magenta. HEX triplet: 8C, 18 and 95. RGB value is (140,24,149). Sum of RGB (Red+Green+Blue) = 140+24+149=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C1895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1895 is #73E76A. Grayscale: #484848. Windows color (decimal): -7595883 or 9771148. OLE color: 9771148.

HSL color Cylindrical-coordinate representation of color #8C1895: hue angle of 295.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1895 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 24 149 -
CMYK 0.06 0.84 0 0.42
HSL 295.68º 0.72% 0.34% -
HSV(B) 295.68º 0.84% 0.58% -
XYZ 16.57 8.4 29.18 -
YUV 72.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 140 24 149 0.06 0.84 0 0.42 295.68 0.72 0.34
Hex 8C 18 95 6 54 0 2A 128 48 22
Octal 214 30 225 6 124 0 52 450 110 42
Binary 10001100 11000 10010101 110 1010100 0 101010 100101000 1001000 100010

Color Harmonies of #8C1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1895

Black with #8C1895

Text Example


Text Example

White with #8C1895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,149); }

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

background-color css

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

 a { background-color: rgb(140,24,149); }

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

border-color css

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

 span { border-color: rgb(140,24,149); }

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