#D09AFA

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

Shades of Mauve #D09AFA

Tints of Mauve #D09AFA

Color information

#D09AFA (or 0xD09AFA) is unknown color: approx Mauve. HEX triplet: D0, 9A and FA. RGB value is (208,154,250). Sum of RGB (Red+Green+Blue) = 208+154+250=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D09AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFA is #2F6505. Grayscale: #B4B4B4. Windows color (decimal): -3106054 or 16423632. OLE color: 16423632.

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

Color convert

RGB208154250-
CMYK0.170.3800.02
HSL273.75º90.57%79.22%-
HSV(B)273.75º38.4%98.04%-
XYZ54.8243.4295.93-
YUV181.09166.89147.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=33.99%
G=25.16%
B=40.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081542500.170.3800.02273.7590.5779.22
HexD09AFA1126021125b4f
Octal320232372214602422133117
Binary1101000010011010111110101000110011001010001001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AFA; }

 p { color: rgb(208,154,250); }

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

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

 a { background-color: rgb(208,154,250); }

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

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

 span { border-color: rgb(208,154,250); }

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