Html Css Color HEX #C9A4F9 Mauve

📋 copy color: '#C9A4F9'

red 201 ◦ green 164 ◦ blue 249

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

Shades of Mauve #C9A4F9

Tints of Mauve #C9A4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.71%

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 32.74%
G = 26.71%
B = 40.55%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9A4F9 (or 0xC9A4F9) is known color: Mauve. HEX triplet: C9, A4 and F9. RGB value is (201,164,249). Sum of RGB (Red+Green+Blue) = 201+164+249=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4F9 is #365B06. Grayscale: #B8B8B8. Windows color (decimal): -3562247 or 16360649. OLE color: 16360649.

HSL color Cylindrical-coordinate representation of color #C9A4F9: hue angle of 266.12º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9A4F9 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 164 249 -
CMYK 0.19 0.34 0 0.02
HSL 266.12º 0.88% 0.81% -
HSV(B) 266.12º 0.34% 0.98% -
XYZ 54.46 45.81 95.59 -
YUV 184.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 201 164 249 0.19 0.34 0 0.02 266.12 0.88 0.81
Hex C9 A4 F9 13 22 0 2 10A 58 51
Octal 311 244 371 23 42 0 2 412 130 121
Binary 11001001 10100100 11111001 10011 100010 0 10 100001010 1011000 1010001

Color Harmonies of #C9A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A4F9

Black with #C9A4F9

Text Example


Text Example

White with #C9A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A4F9; }

 p { color: rgb(201,164,249); }

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

background-color css

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

 a { background-color: rgb(201,164,249); }

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

border-color css

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

 span { border-color: rgb(201,164,249); }

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