#D89AFB

Color #D89AFB Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D89AFB

Tints of Mauve #D89AFB

Color information

#D89AFB (or 0xD89AFB) is unknown color: approx Mauve. HEX triplet: D8, 9A and FB. RGB value is (216,154,251). Sum of RGB (Red+Green+Blue) = 216+154+251=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #D89AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89AFB is #276504. Grayscale: #B7B7B7. Windows color (decimal): -2581765 or 16489176. OLE color: 16489176.

HSL color Cylindrical-coordinate representation of color #D89AFB: hue angle of 278.35º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D89AFB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216154251-
CMYK0.140.3900.02
HSL278.35º92.38%79.41%-
HSV(B)278.35º38.65%98.43%-
XYZ57.2944.6896.87-
YUV183.6166.04151.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=34.78%
G=24.80%
B=40.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161542510.140.3900.02278.3592.3879.41
HexD89AFBE27021165c4f
Octal330232373164702426134117
Binary110110001001101011111011111010011101010001011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AFB; }

 p { color: rgb(216,154,251); }

 H1.HeaderClassName
 {
   color: #D89AFB;
 }
 .AnyTagClassName
 {
   color: #D89AFB;
 }
</style>
background-color css

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

 a { background-color: rgb(216,154,251); }

 div.DivClassName
 {
   background-color: #D89AFB;
 }
 .BgClassName
 {
   background-color: #D89AFB;
 }
</style>
border-color css

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

 span { border-color: rgb(216,154,251); }

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