#CF9BFF

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

Shades of Mauve #CF9BFF

Tints of Mauve #CF9BFF

Color information

#CF9BFF (or 0xCF9BFF) is unknown color: approx Mauve. HEX triplet: CF, 9B and FF. RGB value is (207,155,255). Sum of RGB (Red+Green+Blue) = 207+155+255=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 155 (60.94% from 255 or 25.12% 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 #CF9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFF is #306400. Grayscale: #B5B5B5. Windows color (decimal): -3171329 or 16751567. OLE color: 16751567.

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

Color convert

RGB207155255-
CMYK0.190.3900
HSL271.2º100%80.39%-
HSV(B)271.2º39.22%100%-
XYZ55.543.93100.16-
YUV181.95169.23145.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 155 (60.94% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 41.33%
R=33.55%
G=25.12%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071552550.190.3900271.210080.39
HexCF9BFF13270010f6450
Octal317233377234700417144120
Binary110011111001101111111111100111001110010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BFF; }

 p { color: rgb(207,155,255); }

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

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

 a { background-color: rgb(207,155,255); }

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

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

 span { border-color: rgb(207,155,255); }

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