Html Css Color HEX #8A168F Dark Magenta

📋 copy color: '#8A168F'

red 138 ◦ green 22 ◦ blue 143

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

Shades of Dark Magenta #8A168F

Tints of Dark Magenta #8A168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 45.54%
G = 7.26%
B = 47.19%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A168F (or 0x8A168F) is known color: Dark Magenta. HEX triplet: 8A, 16 and 8F. RGB value is (138,22,143). Sum of RGB (Red+Green+Blue) = 138+22+143=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A168F is #75E970. Grayscale: #464646. Windows color (decimal): -7727473 or 9377418. OLE color: 9377418.

HSL color Cylindrical-coordinate representation of color #8A168F: hue angle of 297.52º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A168F is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 22 143 -
CMYK 0.03 0.85 0 0.44
HSL 297.52º 0.73% 0.32% -
HSV(B) 297.52º 0.85% 0.56% -
XYZ 15.73 7.96 26.69 -
YUV 70.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 138 22 143 0.03 0.85 0 0.44 297.52 0.73 0.32
Hex 8A 16 8F 3 55 0 2C 12A 49 20
Octal 212 26 217 3 125 0 54 452 111 40
Binary 10001010 10110 10001111 11 1010101 0 101100 100101010 1001001 100000

Color Harmonies of #8A168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A168F

Black with #8A168F

Text Example


Text Example

White with #8A168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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