Html Css Color HEX #9811AB Dark Magenta

📋 copy color: '#9811AB'

red 152 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #9811AB

Tints of Dark Magenta #9811AB

RGB

 RED value IS 152 (59.77% from 255) = 44.71%

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 44.71%
G = 5%
B = 50.29%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9811AB (or 0x9811AB) is known color: Dark Magenta. HEX triplet: 98, 11 and AB. RGB value is (152,17,171). Sum of RGB (Red+Green+Blue) = 152+17+171=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9811AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9811AB is #67EE54. Grayscale: #4A4A4A. Windows color (decimal): -6811221 or 11211160. OLE color: 11211160.

HSL color Cylindrical-coordinate representation of color #9811AB: hue angle of 292.6º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9811AB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 17 171 -
CMYK 0.11 0.90 0 0.33
HSL 292.6º 0.82% 0.37% -
HSV(B) 292.6º 0.9% 0.67% -
XYZ 20.5 10.02 39.38 -
YUV 74.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 152 17 171 0.11 0.90 0 0.33 292.6 0.82 0.37
Hex 98 11 AB B 5A 0 21 125 52 25
Octal 230 21 253 13 132 0 41 445 122 45
Binary 10011000 10001 10101011 1011 1011010 0 100001 100100101 1010010 100101

Color Harmonies of #9811AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9811AB

Black with #9811AB

Text Example


Text Example

White with #9811AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9811AB; }

 p { color: rgb(152,17,171); }

 H1.HeaderClassName
 {
   color: #9811AB;
 }
 .AnyTagClassName
 {
   color: #9811AB;
 }
</style>

background-color css

<style>
 a { background-color: #9811AB; }

 a { background-color: rgb(152,17,171); }

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

border-color css

<style>
 span { border-color: #9811AB; }

 span { border-color: rgb(152,17,171); }

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