#9C93AB

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

Shades of Cold Purple #9C93AB

Tints of Cold Purple #9C93AB

Color information

#9C93AB (or 0x9C93AB) is unknown color: approx Cold Purple. HEX triplet: 9C, 93 and AB. RGB value is (156,147,171). Sum of RGB (Red+Green+Blue) = 156+147+171=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C93AB is #636C54. Grayscale: #989898. Windows color (decimal): -6515797 or 11244444. OLE color: 11244444.

HSL color Cylindrical-coordinate representation of color #9C93AB: hue angle of 262.5º 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 #9C93AB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156147171-
CMYK0.090.1400.33
HSL262.5º12.5%62.35%-
HSV(B)262.5º14.04%67.06%-
XYZ31.4930.8842.83-
YUV152.43138.48130.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=32.91%
G=31.01%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561471710.090.1400.33262.512.562.35
Hex9C93AB9E021106c3e
Octal23422325311160414061476
Binary1001110010010011101010111001111001000011000001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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