#CC9BFB

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

Shades of Mauve #CC9BFB

Tints of Mauve #CC9BFB

Color information

#CC9BFB (or 0xCC9BFB) is unknown color: approx Mauve. HEX triplet: CC, 9B and FB. RGB value is (204,155,251). Sum of RGB (Red+Green+Blue) = 204+155+251=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFB is #336404. Grayscale: #B4B4B4. Windows color (decimal): -3367941 or 16489420. OLE color: 16489420.

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

Color convert

RGB204155251-
CMYK0.190.3800.02
HSL270.62º92.31%79.61%-
HSV(B)270.62º38.25%98.43%-
XYZ54.0443.2596.77-
YUV180.6167.73144.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=33.44%
G=25.41%
B=41.15%

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
Decimal2041552510.190.3800.02270.6292.3179.61
HexCC9BFB13260210f5c50
Octal314233373234602417134120
Binary1100110010011011111110111001110011001010000111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BFB; }

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

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

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

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

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

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

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

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