#CC9BFF

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

Shades of Mauve #CC9BFF

Tints of Mauve #CC9BFF

Color information

#CC9BFF (or 0xCC9BFF) is unknown color: approx Mauve. HEX triplet: CC, 9B and FF. RGB value is (204,155,255). Sum of RGB (Red+Green+Blue) = 204+155+255=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFF is #336400. Grayscale: #B4B4B4. Windows color (decimal): -3367937 or 16751564. OLE color: 16751564.

HSL color Cylindrical-coordinate representation of color #CC9BFF: hue angle of 269.4º 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 #CC9BFF is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204155255-
CMYK0.20.3900
HSL269.4º100%80.39%-
HSV(B)269.4º39.22%100%-
XYZ54.6743.5100.12-
YUV181.05169.73144.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 255 (100% from 255) = 41.53%
R=33.22%
G=25.24%
B=41.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041552550.20.3900269.410080.39
HexCC9BFF14270010d6450
Octal314233377244700415144120
Binary110011001001101111111111101001001110010000110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BFF; }

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

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

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

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

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

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

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

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