#C9A9FF

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

Shades of Mauve #C9A9FF

Tints of Mauve #C9A9FF

Color information

#C9A9FF (or 0xC9A9FF) is unknown color: approx Mauve. HEX triplet: C9, A9 and FF. RGB value is (201,169,255). Sum of RGB (Red+Green+Blue) = 201+169+255=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9FF is #365600. Grayscale: #BCBCBC. Windows color (decimal): -3560961 or 16755145. OLE color: 16755145.

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

Color convert

RGB201169255-
CMYK0.210.3400
HSL262.33º100%83.14%-
HSV(B)262.33º33.73%100%-
XYZ56.3348.01100.91-
YUV188.37165.6137.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.16%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 255 (100% from 255) = 40.8%
R=32.16%
G=27.04%
B=40.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011692550.210.3400262.3310083.14
HexC9A9FF1522001066453
Octal311251377254200406144123
Binary110010011010100111111111101011000100010000011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9FF; }

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

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

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

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

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

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

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

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