#CB9AFB

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

Shades of Mauve #CB9AFB

Tints of Mauve #CB9AFB

Color information

#CB9AFB (or 0xCB9AFB) is unknown color: approx Mauve. HEX triplet: CB, 9A and FB. RGB value is (203,154,251). Sum of RGB (Red+Green+Blue) = 203+154+251=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AFB is #346504. Grayscale: #B3B3B3. Windows color (decimal): -3433733 or 16489163. OLE color: 16489163.

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

Color convert

RGB203154251-
CMYK0.190.3900.02
HSL270.31º92.38%79.41%-
HSV(B)270.31º38.65%98.43%-
XYZ53.642.7796.7-
YUV179.71168.23144.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=33.39%
G=25.33%
B=41.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031542510.190.3900.02270.3192.3879.41
HexCB9AFB13270210e5c4f
Octal313232373234702416134117
Binary1100101110011010111110111001110011101010000111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AFB; }

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

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

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

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

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

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

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

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