#C99BF9

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

Shades of Mauve #C99BF9

Tints of Mauve #C99BF9

Color information

#C99BF9 (or 0xC99BF9) is unknown color: approx Mauve. HEX triplet: C9, 9B and F9. RGB value is (201,155,249). Sum of RGB (Red+Green+Blue) = 201+155+249=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #C99BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BF9 is #366406. Grayscale: #B3B3B3. Windows color (decimal): -3564551 or 16358345. OLE color: 16358345.

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

Color convert

RGB201155249-
CMYK0.190.3800.02
HSL269.36º88.68%79.22%-
HSV(B)269.36º37.75%97.65%-
XYZ52.9142.795.08-
YUV179.47167.24143.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=33.22%
G=25.62%
B=41.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011552490.190.3800.02269.3688.6879.22
HexC99BF913260210d594f
Octal311233371234602415131117
Binary1100100110011011111110011001110011001010000110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BF9; }

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

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

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

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

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

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

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

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