Html Css Color HEX #8C1996 Dark Magenta

📋 copy color: '#8C1996'

red 140 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #8C1996

Tints of Dark Magenta #8C1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 44.44%
G = 7.94%
B = 47.62%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8C1996 (or 0x8C1996) is known color: Dark Magenta. HEX triplet: 8C, 19 and 96. RGB value is (140,25,150). Sum of RGB (Red+Green+Blue) = 140+25+150=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1996 is #73E669. Grayscale: #494949. Windows color (decimal): -7595626 or 9836940. OLE color: 9836940.

HSL color Cylindrical-coordinate representation of color #8C1996: hue angle of 295.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1996 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 25 150 -
CMYK 0.07 0.83 0 0.41
HSL 295.2º 0.71% 0.34% -
HSV(B) 295.2º 0.83% 0.59% -
XYZ 16.67 8.47 29.61 -
YUV 73.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 140 25 150 0.07 0.83 0 0.41 295.2 0.71 0.34
Hex 8C 19 96 7 53 0 29 127 47 22
Octal 214 31 226 7 123 0 51 447 107 42
Binary 10001100 11001 10010110 111 1010011 0 101001 100100111 1000111 100010

Color Harmonies of #8C1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1996

Black with #8C1996

Text Example


Text Example

White with #8C1996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,150); }

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

background-color css

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

 a { background-color: rgb(140,25,150); }

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

border-color css

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

 span { border-color: rgb(140,25,150); }

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