#C98EAA

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

Shades of Viola #C98EAA

Tints of Viola #C98EAA

Color information

#C98EAA (or 0xC98EAA) is unknown color: approx Viola. HEX triplet: C9, 8E and AA. RGB value is (201,142,170). Sum of RGB (Red+Green+Blue) = 201+142+170=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EAA is #367155. Grayscale: #A2A2A2. Windows color (decimal): -3567958 or 11177673. OLE color: 11177673.

HSL color Cylindrical-coordinate representation of color #C98EAA: hue angle of 331.53º 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 #C98EAA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201142170-
CMYK00.290.150.21
HSL331.53º35.33%67.25%-
HSV(B)331.53º29.35%78.82%-
XYZ41.0234.6742.56-
YUV162.83132.05155.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=39.18%
G=27.68%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114217000.290.150.21331.5335.3367.25
HexC98EAA01DF1514c2343
Octal311216252035172551443103
Binary1100100110001110101010100111011111101011010011001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98EAA; }

 p { color: rgb(201,142,170); }

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

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

 a { background-color: rgb(201,142,170); }

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

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

 span { border-color: rgb(201,142,170); }

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