Html Css Color HEX #8B168A Dark Magenta

📋 copy color: '#8B168A'

red 139 ◦ green 22 ◦ blue 138

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

Shades of Dark Magenta #8B168A

Tints of Dark Magenta #8B168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 46.49%
G = 7.36%
B = 46.15%

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

#8B168A (or 0x8B168A) is known color: Dark Magenta. HEX triplet: 8B, 16 and 8A. RGB value is (139,22,138). Sum of RGB (Red+Green+Blue) = 139+22+138=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B168A is #74E975. Grayscale: #454545. Windows color (decimal): -7661942 or 9049739. OLE color: 9049739.

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

Color convert

RGB 139 22 138 -
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.52 7.9 24.75 -
YUV 70.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 139 22 138 0 0.84 0.01 0.45 300.51 0.73 0.32
Hex 8B 16 8A 0 54 1 2D 12D 49 20
Octal 213 26 212 0 124 1 55 455 111 40
Binary 10001011 10110 10001010 0 1010100 1 101101 100101101 1001001 100000

Color Harmonies of #8B168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B168A

Black with #8B168A

Text Example


Text Example

White with #8B168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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