#CB90FF

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

Shades of Mauve #CB90FF

Tints of Mauve #CB90FF

Color information

#CB90FF (or 0xCB90FF) is unknown color: approx Mauve. HEX triplet: CB, 90 and FF. RGB value is (203,144,255). Sum of RGB (Red+Green+Blue) = 203+144+255=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FF is #346F00. Grayscale: #ADADAD. Windows color (decimal): -3436289 or 16748747. OLE color: 16748747.

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

Color convert

RGB203144255-
CMYK0.200.4400
HSL271.89º100%78.24%-
HSV(B)271.89º43.53%100%-
XYZ52.6539.8699.53-
YUV174.3173.55148.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 255 (100% from 255) = 42.36%
R=33.72%
G=23.92%
B=42.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031442550.200.4400271.8910078.24
HexCB90FF142C00110644e
Octal313220377245400420144116
Binary110010111001000011111111101001011000010001000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90FF; }

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

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

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

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

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

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

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

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