#DC9BFB

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

Shades of Mauve #DC9BFB

Tints of Mauve #DC9BFB

Color information

#DC9BFB (or 0xDC9BFB) is unknown color: approx Mauve. HEX triplet: DC, 9B and FB. RGB value is (220,155,251). Sum of RGB (Red+Green+Blue) = 220+155+251=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BFB is #236404. Grayscale: #B9B9B9. Windows color (decimal): -2319365 or 16489436. OLE color: 16489436.

HSL color Cylindrical-coordinate representation of color #DC9BFB: hue angle of 280.62º 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 #DC9BFB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220155251-
CMYK0.120.3800.02
HSL280.62º92.31%79.61%-
HSV(B)280.62º38.25%98.43%-
XYZ58.6545.6296.98-
YUV185.38165.03152.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=35.14%
G=24.76%
B=40.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201552510.120.3800.02280.6292.3179.61
HexDC9BFBC26021195c50
Octal334233373144602431134120
Binary110111001001101111111011110010011001010001100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BFB; }

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

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

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

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

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

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

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

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