#CB9FF9

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

Shades of Mauve #CB9FF9

Tints of Mauve #CB9FF9

Color information

#CB9FF9 (or 0xCB9FF9) is unknown color: approx Mauve. HEX triplet: CB, 9F and F9. RGB value is (203,159,249). Sum of RGB (Red+Green+Blue) = 203+159+249=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB9FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FF9 is #346006. Grayscale: #B6B6B6. Windows color (decimal): -3432455 or 16359371. OLE color: 16359371.

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

Color convert

RGB203159249-
CMYK0.180.3600.02
HSL269.33º88.24%80%-
HSV(B)269.33º36.14%97.65%-
XYZ54.1344.3395.33-
YUV182.42165.58142.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=33.22%
G=26.02%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031592490.180.3600.02269.3388.2480
HexCB9FF912240210d5850
Octal313237371224402415130120
Binary1100101110011111111110011001010010001010000110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FF9; }

 p { color: rgb(203,159,249); }

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

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

 a { background-color: rgb(203,159,249); }

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

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

 span { border-color: rgb(203,159,249); }

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