#9C93AA

Color #9C93AA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9C93AA

Tints of Cold Purple #9C93AA

Color information

#9C93AA (or 0x9C93AA) is unknown color: approx Cold Purple. HEX triplet: 9C, 93 and AA. RGB value is (156,147,170). Sum of RGB (Red+Green+Blue) = 156+147+170=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C93AA is #636C55. Grayscale: #989898. Windows color (decimal): -6515798 or 11178908. OLE color: 11178908.

HSL color Cylindrical-coordinate representation of color #9C93AA: hue angle of 263.48º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C93AA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156147170-
CMYK0.080.1400.33
HSL263.48º11.92%62.16%-
HSV(B)263.48º13.53%66.67%-
XYZ31.430.8442.33-
YUV152.31137.98130.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=32.98%
G=31.08%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561471700.080.1400.33263.4811.9262.16
Hex9C93AA8E021107c3e
Octal23422325210160414071476
Binary1001110010010011101010101000111001000011000001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C93AA; }

 p { color: rgb(156,147,170); }

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

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

 a { background-color: rgb(156,147,170); }

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

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

 span { border-color: rgb(156,147,170); }

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