#CB9AFF

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

Shades of Mauve #CB9AFF

Tints of Mauve #CB9AFF

Color information

#CB9AFF (or 0xCB9AFF) is unknown color: approx Mauve. HEX triplet: CB, 9A and FF. RGB value is (203,154,255). Sum of RGB (Red+Green+Blue) = 203+154+255=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AFF is #346500. Grayscale: #B3B3B3. Windows color (decimal): -3433729 or 16751307. OLE color: 16751307.

HSL color Cylindrical-coordinate representation of color #CB9AFF: hue angle of 269.11º 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 #CB9AFF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203154255-
CMYK0.200.4000
HSL269.11º100%80.2%-
HSV(B)269.11º39.61%100%-
XYZ54.2343.03100.05-
YUV180.16170.23144.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 255 (100% from 255) = 41.67%
R=33.17%
G=25.16%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031542550.200.4000269.1110080.2
HexCB9AFF14280010d6450
Octal313232377245000415144120
Binary110010111001101011111111101001010000010000110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AFF; }

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

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

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

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

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

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

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

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