Html Css Color HEX #8A168B Dark Magenta

📋 copy color: '#8A168B'

red 138 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #8A168B

Tints of Dark Magenta #8A168B

RGB

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

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

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

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

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

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

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

Color convert

RGB 138 22 139 -
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.43 7.84 25.13 -
YUV 70.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 138 22 139 0.01 0.84 0 0.45 299.49 0.73 0.32
Hex 8A 16 8B 1 54 0 2D 12B 49 20
Octal 212 26 213 1 124 0 55 453 111 40
Binary 10001010 10110 10001011 1 1010100 0 101101 100101011 1001001 100000

Color Harmonies of #8A168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A168B

Black with #8A168B

Text Example


Text Example

White with #8A168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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