Html Css Color HEX #9814AB Dark Magenta

📋 copy color: '#9814AB'

red 152 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #9814AB

Tints of Dark Magenta #9814AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

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

R = 44.31%
G = 5.83%
B = 49.85%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9814AB (or 0x9814AB) is known color: Dark Magenta. HEX triplet: 98, 14 and AB. RGB value is (152,20,171). Sum of RGB (Red+Green+Blue) = 152+20+171=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #9814AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9814AB is #67EB54. Grayscale: #4C4C4C. Windows color (decimal): -6810453 or 11211928. OLE color: 11211928.

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

Color convert

RGB 152 20 171 -
CMYK 0.11 0.88 0 0.33
HSL 292.45º 0.79% 0.37% -
HSV(B) 292.45º 0.88% 0.67% -
XYZ 20.55 10.12 39.4 -
YUV 76.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 152 20 171 0.11 0.88 0 0.33 292.45 0.79 0.37
Hex 98 14 AB B 58 0 21 124 4F 25
Octal 230 24 253 13 130 0 41 444 117 45
Binary 10011000 10100 10101011 1011 1011000 0 100001 100100100 1001111 100101

Color Harmonies of #9814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814AB

Black with #9814AB

Text Example


Text Example

White with #9814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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