#9C8AC0

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

Shades of Cold Purple #9C8AC0

Tints of Cold Purple #9C8AC0

Color information

#9C8AC0 (or 0x9C8AC0) is unknown color: approx Cold Purple. HEX triplet: 9C, 8A and C0. RGB value is (156,138,192). Sum of RGB (Red+Green+Blue) = 156+138+192=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C8AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8AC0 is #63753F. Grayscale: #959595. Windows color (decimal): -6518080 or 12618396. OLE color: 12618396.

HSL color Cylindrical-coordinate representation of color #9C8AC0: hue angle of 260º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C8AC0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156138192-
CMYK0.190.2800.25
HSL260º30%64.71%-
HSV(B)260º28.12%75.29%-
XYZ32.3129.0553.77-
YUV149.54151.96132.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=32.10%
G=28.40%
B=39.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561381920.190.2800.252603064.71
Hex9C8AC0131C0191041e41
Octal234212300233403140436101
Binary1001110010001010110000001001111100011001100000100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,138,192); }

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

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

 a { background-color: rgb(156,138,192); }

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

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

 span { border-color: rgb(156,138,192); }

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