#9C8CB4

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

Shades of Cold Purple #9C8CB4

Tints of Cold Purple #9C8CB4

Color information

#9C8CB4 (or 0x9C8CB4) is unknown color: approx Cold Purple. HEX triplet: 9C, 8C and B4. RGB value is (156,140,180). Sum of RGB (Red+Green+Blue) = 156+140+180=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C8CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CB4 is #63734B. Grayscale: #959595. Windows color (decimal): -6517580 or 11832476. OLE color: 11832476.

HSL color Cylindrical-coordinate representation of color #9C8CB4: hue angle of 264º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C8CB4 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB156140180-
CMYK0.130.2200.29
HSL264º21.05%62.75%-
HSV(B)264º22.22%70.59%-
XYZ31.3329.1247.15-
YUV149.34145.3132.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=32.77%
G=29.41%
B=37.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561401800.130.2200.2926421.0562.75
Hex9C8CB4D1601D108153f
Octal23421426415260354102577
Binary10011100100011001011010011011011001110110000100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,140,180); }

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

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

 a { background-color: rgb(156,140,180); }

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

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

 span { border-color: rgb(156,140,180); }

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