#D09BFF

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

Shades of Mauve #D09BFF

Tints of Mauve #D09BFF

Color information

#D09BFF (or 0xD09BFF) is unknown color: approx Mauve. HEX triplet: D0, 9B and FF. RGB value is (208,155,255). Sum of RGB (Red+Green+Blue) = 208+155+255=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFF is #2F6400. Grayscale: #B5B5B5. Windows color (decimal): -3105793 or 16751568. OLE color: 16751568.

HSL color Cylindrical-coordinate representation of color #D09BFF: hue angle of 271.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09BFF is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208155255-
CMYK0.180.3900
HSL271.8º100%80.39%-
HSV(B)271.8º39.22%100%-
XYZ55.7844.07100.17-
YUV182.25169.06146.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 41.26%
R=33.66%
G=25.08%
B=41.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081552550.180.3900271.810080.39
HexD09BFF1227001106450
Octal320233377224700420144120
Binary110100001001101111111111100101001110010001000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BFF; }

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

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

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

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

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

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

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

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