#9C8DAE

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

Shades of Cold Purple #9C8DAE

Tints of Cold Purple #9C8DAE

Color information

#9C8DAE (or 0x9C8DAE) is unknown color: approx Cold Purple. HEX triplet: 9C, 8D and AE. RGB value is (156,141,174). Sum of RGB (Red+Green+Blue) = 156+141+174=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8DAE is #637251. Grayscale: #959595. Windows color (decimal): -6517330 or 11439516. OLE color: 11439516.

HSL color Cylindrical-coordinate representation of color #9C8DAE: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C8DAE is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156141174-
CMYK0.100.1900.32
HSL267.27º16.92%61.76%-
HSV(B)267.27º18.97%68.24%-
XYZ30.8829.1744.05-
YUV149.25141.97132.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=33.12%
G=29.94%
B=36.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561411740.100.1900.32267.2716.9261.76
Hex9C8DAEA1302010b113e
Octal23421525612230404132176
Binary100111001000110110101110101010011010000010000101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,174); }

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

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

 a { background-color: rgb(156,141,174); }

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

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

 span { border-color: rgb(156,141,174); }

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