#CB98FF

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

Shades of Mauve #CB98FF

Tints of Mauve #CB98FF

Color information

#CB98FF (or 0xCB98FF) is unknown color: approx Mauve. HEX triplet: CB, 98 and FF. RGB value is (203,152,255). Sum of RGB (Red+Green+Blue) = 203+152+255=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98FF is #346700. Grayscale: #B2B2B2. Windows color (decimal): -3434241 or 16750795. OLE color: 16750795.

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

Color convert

RGB203152255-
CMYK0.200.4000
HSL269.71º100%79.8%-
HSV(B)269.71º40.39%100%-
XYZ53.9142.3799.95-
YUV178.99170.9145.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 255 (100% from 255) = 41.80%
R=33.28%
G=24.92%
B=41.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031522550.200.4000269.7110079.8
HexCB98FF14280010e6450
Octal313230377245000416144120
Binary110010111001100011111111101001010000010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98FF; }

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

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

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

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

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

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

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

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