#CB9BFB

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

Shades of Mauve #CB9BFB

Tints of Mauve #CB9BFB

Color information

#CB9BFB (or 0xCB9BFB) is unknown color: approx Mauve. HEX triplet: CB, 9B and FB. RGB value is (203,155,251). Sum of RGB (Red+Green+Blue) = 203+155+251=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BFB is #346404. Grayscale: #B3B3B3. Windows color (decimal): -3433477 or 16489419. OLE color: 16489419.

HSL color Cylindrical-coordinate representation of color #CB9BFB: hue angle of 270º 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 #CB9BFB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203155251-
CMYK0.190.3800.02
HSL270º92.31%79.61%-
HSV(B)270º38.25%98.43%-
XYZ53.7643.196.75-
YUV180.3167.9144.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 25.45%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=33.33%
G=25.45%
B=41.22%

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
Decimal2031552510.190.3800.0227092.3179.61
HexCB9BFB13260210e5c50
Octal313233373234602416134120
Binary1100101110011011111110111001110011001010000111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BFB; }

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

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

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

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

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

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

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

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