#CB9FFF

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

Shades of Mauve #CB9FFF

Tints of Mauve #CB9FFF

Color information

#CB9FFF (or 0xCB9FFF) is unknown color: approx Mauve. HEX triplet: CB, 9F and FF. RGB value is (203,159,255). Sum of RGB (Red+Green+Blue) = 203+159+255=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFF is #346000. Grayscale: #B6B6B6. Windows color (decimal): -3432449 or 16752587. OLE color: 16752587.

HSL color Cylindrical-coordinate representation of color #CB9FFF: hue angle of 267.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9FFF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203159255-
CMYK0.200.3800
HSL267.5º100%81.18%-
HSV(B)267.5º37.65%100%-
XYZ55.0844.71100.34-
YUV183.1168.58142.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 255 (100% from 255) = 41.33%
R=32.90%
G=25.77%
B=41.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031592550.200.3800267.510081.18
HexCB9FFF14260010c6451
Octal313237377244600414144121
Binary110010111001111111111111101001001100010000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FFF; }

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

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

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

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

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

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

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

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