Html Css Color HEX #8B168C Dark Magenta

📋 copy color: '#8B168C'

red 139 ◦ green 22 ◦ blue 140

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

Shades of Dark Magenta #8B168C

Tints of Dark Magenta #8B168C

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

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

Color convert

RGB 139 22 140 -
CMYK 0.01 0.84 0 0.45
HSL 299.49º 0.73% 0.32% -
HSV(B) 299.49º 0.84% 0.55% -
XYZ 15.67 7.96 25.52 -
YUV 70.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 139 22 140 0.01 0.84 0 0.45 299.49 0.73 0.32
Hex 8B 16 8C 1 54 0 2D 12B 49 20
Octal 213 26 214 1 124 0 55 453 111 40
Binary 10001011 10110 10001100 1 1010100 0 101101 100101011 1001001 100000

Color Harmonies of #8B168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B168C

Black with #8B168C

Text Example


Text Example

White with #8B168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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