#9C8DAF

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

Shades of Cold Purple #9C8DAF

Tints of Cold Purple #9C8DAF

Color information

#9C8DAF (or 0x9C8DAF) is unknown color: approx Cold Purple. HEX triplet: 9C, 8D and AF. RGB value is (156,141,175). Sum of RGB (Red+Green+Blue) = 156+141+175=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8DAF is #637250. Grayscale: #959595. Windows color (decimal): -6517329 or 11505052. OLE color: 11505052.

HSL color Cylindrical-coordinate representation of color #9C8DAF: hue angle of 266.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C8DAF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB156141175-
CMYK0.110.1900.31
HSL266.47º17.53%61.96%-
HSV(B)266.47º19.43%68.63%-
XYZ30.9729.2144.56-
YUV149.36142.47132.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=33.05%
G=29.87%
B=37.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561411750.110.1900.31266.4717.5361.96
Hex9C8DAFB1301F10a123e
Octal23421525713230374122276
Binary10011100100011011010111110111001101111110000101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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