Html Css Color HEX #8C168C Dark Magenta

📋 copy color: '#8C168C'

red 140 ◦ green 22 ◦ blue 140

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

Shades of Dark Magenta #8C168C

Tints of Dark Magenta #8C168C

RGB

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

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

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

R = 46.36%
G = 7.28%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C168C (or 0x8C168C) is known color: Dark Magenta. HEX triplet: 8C, 16 and 8C. RGB value is (140,22,140). Sum of RGB (Red+Green+Blue) = 140+22+140=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C168C is #73E973. Grayscale: #464646. Windows color (decimal): -7596404 or 9180812. OLE color: 9180812.

HSL color Cylindrical-coordinate representation of color #8C168C: hue angle of 300º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C168C is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 140 -
CMYK 0 0.84 0 0.45
HSL 300º 0.73% 0.32% -
HSV(B) 300º 0.84% 0.55% -
XYZ 15.84 8.04 25.53 -
YUV 70.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 140 22 140 0 0.84 0 0.45 300 0.73 0.32
Hex 8C 16 8C 0 54 0 2D 12C 49 20
Octal 214 26 214 0 124 0 55 454 111 40
Binary 10001100 10110 10001100 0 1010100 0 101101 100101100 1001001 100000

Color Harmonies of #8C168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C168C

Black with #8C168C

Text Example


Text Example

White with #8C168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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