#C99BFF

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

Shades of Mauve #C99BFF

Tints of Mauve #C99BFF

Color information

#C99BFF (or 0xC99BFF) is unknown color: approx Mauve. HEX triplet: C9, 9B and FF. RGB value is (201,155,255). Sum of RGB (Red+Green+Blue) = 201+155+255=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFF is #366400. Grayscale: #B3B3B3. Windows color (decimal): -3564545 or 16751561. OLE color: 16751561.

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

Color convert

RGB201155255-
CMYK0.210.3900
HSL267.6º100%80.39%-
HSV(B)267.6º39.22%100%-
XYZ53.8643.08100.08-
YUV180.15170.24142.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.90%
GREEN value IS 155 (60.94% from 255) = 25.37%
BLUE value IS 255 (100% from 255) = 41.73%
R=32.90%
G=25.37%
B=41.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011552550.210.3900267.610080.39
HexC99BFF15270010c6450
Octal311233377254700414144120
Binary110010011001101111111111101011001110010000110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BFF; }

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

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

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

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

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

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

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

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