#C99DF9

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

Shades of Mauve #C99DF9

Tints of Mauve #C99DF9

Color information

#C99DF9 (or 0xC99DF9) is unknown color: approx Mauve. HEX triplet: C9, 9D and F9. RGB value is (201,157,249). Sum of RGB (Red+Green+Blue) = 201+157+249=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #C99DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DF9 is #366206. Grayscale: #B4B4B4. Windows color (decimal): -3564039 or 16358857. OLE color: 16358857.

HSL color Cylindrical-coordinate representation of color #C99DF9: hue angle of 268.7º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99DF9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201157249-
CMYK0.190.3700.02
HSL268.7º88.46%79.61%-
HSV(B)268.7º36.95%97.65%-
XYZ53.2443.3795.19-
YUV180.64166.58142.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=33.11%
G=25.86%
B=41.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011572490.190.3700.02268.788.4679.61
HexC99DF913250210d5850
Octal311235371234502415130120
Binary1100100110011101111110011001110010101010000110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DF9; }

 p { color: rgb(201,157,249); }

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

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

 a { background-color: rgb(201,157,249); }

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

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

 span { border-color: rgb(201,157,249); }

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