Html Css Color HEX #8C1690 Dark Magenta

📋 copy color: '#8C1690'

red 140 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #8C1690

Tints of Dark Magenta #8C1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 45.75%
G = 7.19%
B = 47.06%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C1690 (or 0x8C1690) is known color: Dark Magenta. HEX triplet: 8C, 16 and 90. RGB value is (140,22,144). Sum of RGB (Red+Green+Blue) = 140+22+144=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1690 is #73E96F. Grayscale: #464646. Windows color (decimal): -7596400 or 9442956. OLE color: 9442956.

HSL color Cylindrical-coordinate representation of color #8C1690: hue angle of 298.03º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1690 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 22 144 -
CMYK 0.03 0.85 0 0.44
HSL 298.03º 0.73% 0.33% -
HSV(B) 298.03º 0.85% 0.56% -
XYZ 16.14 8.16 27.11 -
YUV 71.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 140 22 144 0.03 0.85 0 0.44 298.03 0.73 0.33
Hex 8C 16 90 3 55 0 2C 12A 49 21
Octal 214 26 220 3 125 0 54 452 111 41
Binary 10001100 10110 10010000 11 1010101 0 101100 100101010 1001001 100001

Color Harmonies of #8C1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1690

Black with #8C1690

Text Example


Text Example

White with #8C1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,22,144); }

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

background-color css

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

 a { background-color: rgb(140,22,144); }

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

border-color css

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

 span { border-color: rgb(140,22,144); }

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