Html Css Color HEX #C9A1FF Mauve

📋 copy color: '#C9A1FF'

red 201 ◦ green 161 ◦ blue 255

#C9A1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #C9A1FF

Tints of Mauve #C9A1FF

RGB

 RED value IS 201 (78.91% from 255) = 32.58%

 GREEN value IS 161 (63.28% from 255) = 26.09%

 BLUE value IS 255 (100% from 255) = 41.33%

R = 32.58%
G = 26.09%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9A1FF (or 0xC9A1FF) is known color: Mauve. HEX triplet: C9, A1 and FF. RGB value is (201,161,255). Sum of RGB (Red+Green+Blue) = 201+161+255=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 161 (63.28% from 255 or 26.09% 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 #C9A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A1FF is #365E00. Grayscale: #B7B7B7. Windows color (decimal): -3563009 or 16753097. OLE color: 16753097.

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

Color convert

RGB 201 161 255 -
CMYK 0.21 0.37 0 0
HSL 265.53º 1% 0.82% -
HSV(B) 265.53º 0.37% 1% -
XYZ 54.88 45.13 100.43 -
YUV 183.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 201 161 255 0.21 0.37 0 0 265.53 1 0.82
Hex C9 A1 FF 15 25 0 0 10A 64 52
Octal 311 241 377 25 45 0 0 412 144 122
Binary 11001001 10100001 11111111 10101 100101 0 0 100001010 1100100 1010010

Color Harmonies of #C9A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1FF

Black with #C9A1FF

Text Example


Text Example

White with #C9A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1FF; }

 p { color: rgb(201,161,255); }

 H1.HeaderClassName
 {
   color: #C9A1FF;
 }
 .AnyTagClassName
 {
   color: #C9A1FF;
 }
</style>

background-color css

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

 a { background-color: rgb(201,161,255); }

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

border-color css

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

 span { border-color: rgb(201,161,255); }

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