Html Css Color HEX #C9A3FF Mauve

📋 copy color: '#C9A3FF'

red 201 ◦ green 163 ◦ blue 255

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

Shades of Mauve #C9A3FF

Tints of Mauve #C9A3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.33%

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

R = 32.47%
G = 26.33%
B = 41.2%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9A3FF (or 0xC9A3FF) is known color: Mauve. HEX triplet: C9, A3 and FF. RGB value is (201,163,255). Sum of RGB (Red+Green+Blue) = 201+163+255=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A3FF is #365C00. Grayscale: #B8B8B8. Windows color (decimal): -3562497 or 16753609. OLE color: 16753609.

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

Color convert

RGB 201 163 255 -
CMYK 0.21 0.36 0 0
HSL 264.78º 1% 0.82% -
HSV(B) 264.78º 0.36% 1% -
XYZ 55.23 45.83 100.54 -
YUV 184.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 201 163 255 0.21 0.36 0 0 264.78 1 0.82
Hex C9 A3 FF 15 24 0 0 109 64 52
Octal 311 243 377 25 44 0 0 411 144 122
Binary 11001001 10100011 11111111 10101 100100 0 0 100001001 1100100 1010010

Color Harmonies of #C9A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A3FF

Black with #C9A3FF

Text Example


Text Example

White with #C9A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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