Html Css Color HEX #C99BF9 Mauve

📋 copy color: '#C99BF9'

red 201 ◦ green 155 ◦ blue 249

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

Shades of Mauve #C99BF9

Tints of Mauve #C99BF9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.62%

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

R = 33.22%
G = 25.62%
B = 41.16%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C99BF9 (or 0xC99BF9) is known color: Mauve. HEX triplet: C9, 9B and F9. RGB value is (201,155,249). Sum of RGB (Red+Green+Blue) = 201+155+249=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #C99BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BF9 is #366406. Grayscale: #B3B3B3. Windows color (decimal): -3564551 or 16358345. OLE color: 16358345.

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

Color convert

RGB 201 155 249 -
CMYK 0.19 0.38 0 0.02
HSL 269.36º 0.89% 0.79% -
HSV(B) 269.36º 0.38% 0.98% -
XYZ 52.91 42.7 95.08 -
YUV 179.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 201 155 249 0.19 0.38 0 0.02 269.36 0.89 0.79
Hex C9 9B F9 13 26 0 2 10D 59 4F
Octal 311 233 371 23 46 0 2 415 131 117
Binary 11001001 10011011 11111001 10011 100110 0 10 100001101 1011001 1001111

Color Harmonies of #C99BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BF9

Black with #C99BF9

Text Example


Text Example

White with #C99BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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