#CB9EFF

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

Shades of Mauve #CB9EFF

Tints of Mauve #CB9EFF

Color information

#CB9EFF (or 0xCB9EFF) is unknown color: approx Mauve. HEX triplet: CB, 9E and FF. RGB value is (203,158,255). Sum of RGB (Red+Green+Blue) = 203+158+255=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFF is #346100. Grayscale: #B6B6B6. Windows color (decimal): -3432705 or 16752331. OLE color: 16752331.

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

Color convert

RGB203158255-
CMYK0.200.3800
HSL267.84º100%80.98%-
HSV(B)267.84º38.04%100%-
XYZ54.9144.37100.28-
YUV182.51168.91142.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 158 (62.11% from 255) = 25.65%
BLUE value IS 255 (100% from 255) = 41.40%
R=32.95%
G=25.65%
B=41.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031582550.200.3800267.8410080.98
HexCB9EFF14260010c6451
Octal313236377244600414144121
Binary110010111001111011111111101001001100010000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EFF; }

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

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

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

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

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

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

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

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