#C89FFA

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

Shades of Mauve #C89FFA

Tints of Mauve #C89FFA

Color information

#C89FFA (or 0xC89FFA) is unknown color: approx Mauve. HEX triplet: C8, 9F and FA. RGB value is (200,159,250). Sum of RGB (Red+Green+Blue) = 200+159+250=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #C89FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89FFA is #376005. Grayscale: #B5B5B5. Windows color (decimal): -3629062 or 16424904. OLE color: 16424904.

HSL color Cylindrical-coordinate representation of color #C89FFA: hue angle of 267.03º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C89FFA is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200159250-
CMYK0.20.3600.02
HSL267.03º90.1%80.2%-
HSV(B)267.03º36.4%98.04%-
XYZ53.4743.9896.11-
YUV181.63166.58141.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=32.84%
G=26.11%
B=41.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001592500.20.3600.02267.0390.180.2
HexC89FFA14240210b5a50
Octal310237372244402413132120
Binary1100100010011111111110101010010010001010000101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89FFA; }

 p { color: rgb(200,159,250); }

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

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

 a { background-color: rgb(200,159,250); }

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

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

 span { border-color: rgb(200,159,250); }

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