Html Css Color HEX #8C168B Dark Magenta

📋 copy color: '#8C168B'

red 140 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #8C168B

Tints of Dark Magenta #8C168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.18%

R = 46.51%
G = 7.31%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C168B (or 0x8C168B) is known color: Dark Magenta. HEX triplet: 8C, 16 and 8B. RGB value is (140,22,139). Sum of RGB (Red+Green+Blue) = 140+22+139=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C168B is #73E974. Grayscale: #464646. Windows color (decimal): -7596405 or 9115276. OLE color: 9115276.

HSL color Cylindrical-coordinate representation of color #8C168B: hue angle of 300.51º 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 #8C168B is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 139 -
CMYK 0 0.84 0.01 0.45
HSL 300.51º 0.73% 0.32% -
HSV(B) 300.51º 0.84% 0.55% -
XYZ 15.76 8.01 25.14 -
YUV 70.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 140 22 139 0 0.84 0.01 0.45 300.51 0.73 0.32
Hex 8C 16 8B 0 54 1 2D 12D 49 20
Octal 214 26 213 0 124 1 55 455 111 40
Binary 10001100 10110 10001011 0 1010100 1 101101 100101101 1001001 100000

Color Harmonies of #8C168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C168B

Black with #8C168B

Text Example


Text Example

White with #8C168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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