#C9B1FF

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

Shades of Mauve #C9B1FF

Tints of Mauve #C9B1FF

Color information

#C9B1FF (or 0xC9B1FF) is unknown color: approx Mauve. HEX triplet: C9, B1 and FF. RGB value is (201,177,255). Sum of RGB (Red+Green+Blue) = 201+177+255=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1FF is #364E00. Grayscale: #C0C0C0. Windows color (decimal): -3558913 or 16757193. OLE color: 16757193.

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

Color convert

RGB201177255-
CMYK0.210.3100
HSL258.46º100%84.71%-
HSV(B)258.46º30.59%100%-
XYZ57.8651.08101.42-
YUV193.07162.95133.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 255 (100% from 255) = 40.28%
R=31.75%
G=27.96%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011772550.210.3100258.4610084.71
HexC9B1FF151F001026455
Octal311261377253700402144125
Binary11001001101100011111111110101111110010000001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1FF; }

 p { color: rgb(201,177,255); }

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

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

 a { background-color: rgb(201,177,255); }

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

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

 span { border-color: rgb(201,177,255); }

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