#C89EFB

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

Shades of Mauve #C89EFB

Tints of Mauve #C89EFB

Color information

#C89EFB (or 0xC89EFB) is unknown color: approx Mauve. HEX triplet: C8, 9E and FB. RGB value is (200,158,251). Sum of RGB (Red+Green+Blue) = 200+158+251=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C89EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89EFB is #376104. Grayscale: #B4B4B4. Windows color (decimal): -3629317 or 16490184. OLE color: 16490184.

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

Color convert

RGB200158251-
CMYK0.200.3700.02
HSL267.1º92.08%80.2%-
HSV(B)267.1º37.05%98.43%-
XYZ53.4643.796.88-
YUV181.16167.41141.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=32.84%
G=25.94%
B=41.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001582510.200.3700.02267.192.0880.2
HexC89EFB14250210b5c50
Octal310236373244502413134120
Binary1100100010011110111110111010010010101010000101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89EFB; }

 p { color: rgb(200,158,251); }

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

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

 a { background-color: rgb(200,158,251); }

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

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

 span { border-color: rgb(200,158,251); }

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