Html Css Color HEX #8C1498 Dark Magenta

📋 copy color: '#8C1498'

red 140 ◦ green 20 ◦ blue 152

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

Shades of Dark Magenta #8C1498

Tints of Dark Magenta #8C1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 44.87%
G = 6.41%
B = 48.72%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C1498 (or 0x8C1498) is known color: Dark Magenta. HEX triplet: 8C, 14 and 98. RGB value is (140,20,152). Sum of RGB (Red+Green+Blue) = 140+20+152=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C1498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1498 is #73EB67. Grayscale: #464646. Windows color (decimal): -7596904 or 9966732. OLE color: 9966732.

HSL color Cylindrical-coordinate representation of color #8C1498: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1498 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 20 152 -
CMYK 0.08 0.87 0 0.40
HSL 294.55º 0.77% 0.34% -
HSV(B) 294.55º 0.87% 0.6% -
XYZ 16.73 8.34 30.43 -
YUV 70.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 140 20 152 0.08 0.87 0 0.40 294.55 0.77 0.34
Hex 8C 14 98 8 57 0 28 127 4D 22
Octal 214 24 230 10 127 0 50 447 115 42
Binary 10001100 10100 10011000 1000 1010111 0 101000 100100111 1001101 100010

Color Harmonies of #8C1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1498

Black with #8C1498

Text Example


Text Example

White with #8C1498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,20,152); }

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

background-color css

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

 a { background-color: rgb(140,20,152); }

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

border-color css

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

 span { border-color: rgb(140,20,152); }

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