#C9A9FE

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

Shades of Mauve #C9A9FE

Tints of Mauve #C9A9FE

Color information

#C9A9FE (or 0xC9A9FE) is unknown color: approx Mauve. HEX triplet: C9, A9 and FE. RGB value is (201,169,254). Sum of RGB (Red+Green+Blue) = 201+169+254=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9FE is #365601. Grayscale: #BBBBBB. Windows color (decimal): -3560962 or 16689609. OLE color: 16689609.

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

Color convert

RGB201169254-
CMYK0.210.3300.00
HSL262.59º97.7%82.94%-
HSV(B)262.59º33.46%99.61%-
XYZ56.1647.95100.06-
YUV188.26165.1137.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=32.21%
G=27.08%
B=40.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011692540.210.3300.00262.5997.782.94
HexC9A9FE1521001076253
Octal311251376254100407142123
Binary110010011010100111111110101011000010010000011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9FE; }

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

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

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

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

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

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

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

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