#C98FA2

Color #C98FA2 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C98FA2

Tints of Viola #C98FA2

Color information

#C98FA2 (or 0xC98FA2) is unknown color: approx Viola. HEX triplet: C9, 8F and A2. RGB value is (201,143,162). Sum of RGB (Red+Green+Blue) = 201+143+162=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98FA2 is #36705D. Grayscale: #A2A2A2. Windows color (decimal): -3567710 or 10653641. OLE color: 10653641.

HSL color Cylindrical-coordinate representation of color #C98FA2: hue angle of 340.34º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98FA2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB201143162-
CMYK00.290.190.21
HSL340.34º34.94%67.45%-
HSV(B)340.34º28.86%78.82%-
XYZ40.4334.6738.74-
YUV162.51127.72155.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=39.72%
G=28.26%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114316200.290.190.21340.3434.9467.45
HexC98FA201D13151542343
Octal311217242035232552443103
Binary11001001100011111010001001110110011101011010101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FA2; }

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

 H1.HeaderClassName
 {
   color: #C98FA2;
 }
 .AnyTagClassName
 {
   color: #C98FA2;
 }
</style>
background-color css

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

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

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

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

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

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