#D09BFB

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

Shades of Mauve #D09BFB

Tints of Mauve #D09BFB

Color information

#D09BFB (or 0xD09BFB) is unknown color: approx Mauve. HEX triplet: D0, 9B and FB. RGB value is (208,155,251). Sum of RGB (Red+Green+Blue) = 208+155+251=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #D09BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFB is #2F6404. Grayscale: #B5B5B5. Windows color (decimal): -3105797 or 16489424. OLE color: 16489424.

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

Color convert

RGB208155251-
CMYK0.170.3800.02
HSL273.12º92.31%79.61%-
HSV(B)273.12º38.25%98.43%-
XYZ55.1543.8296.82-
YUV181.79167.06146.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=33.88%
G=25.24%
B=40.88%

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
Decimal2081552510.170.3800.02273.1292.3179.61
HexD09BFB1126021115c50
Octal320233373214602421134120
Binary1101000010011011111110111000110011001010001000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BFB; }

 p { color: rgb(208,155,251); }

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

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

 a { background-color: rgb(208,155,251); }

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

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

 span { border-color: rgb(208,155,251); }

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