Html Css Color HEX #C98FFF Mauve

📋 copy color: '#C98FFF'

red 201 ◦ green 143 ◦ blue 255

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

Shades of Mauve #C98FFF

Tints of Mauve #C98FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.87%

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

R = 33.56%
G = 23.87%
B = 42.57%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C98FFF (or 0xC98FFF) is known color: Mauve. HEX triplet: C9, 8F and FF. RGB value is (201,143,255). Sum of RGB (Red+Green+Blue) = 201+143+255=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFF is #367000. Grayscale: #ACACAC. Windows color (decimal): -3567617 or 16748489. OLE color: 16748489.

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

Color convert

RGB 201 143 255 -
CMYK 0.21 0.44 0 0
HSL 271.07º 1% 0.78% -
HSV(B) 271.07º 0.44% 1% -
XYZ 51.96 39.28 99.45 -
YUV 173.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 201 143 255 0.21 0.44 0 0 271.07 1 0.78
Hex C9 8F FF 15 2C 0 0 10F 64 4E
Octal 311 217 377 25 54 0 0 417 144 116
Binary 11001001 10001111 11111111 10101 101100 0 0 100001111 1100100 1001110

Color Harmonies of #C98FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FFF

Black with #C98FFF

Text Example


Text Example

White with #C98FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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