#9C8CBA

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

Shades of Cold Purple #9C8CBA

Tints of Cold Purple #9C8CBA

Color information

#9C8CBA (or 0x9C8CBA) is unknown color: approx Cold Purple. HEX triplet: 9C, 8C and BA. RGB value is (156,140,186). Sum of RGB (Red+Green+Blue) = 156+140+186=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CBA is #637345. Grayscale: #959595. Windows color (decimal): -6517574 or 12225692. OLE color: 12225692.

HSL color Cylindrical-coordinate representation of color #9C8CBA: hue angle of 260.87º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C8CBA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156140186-
CMYK0.160.2500.27
HSL260.87º25%63.92%-
HSV(B)260.87º24.73%72.94%-
XYZ31.9529.3750.44-
YUV150.03148.3132.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=32.37%
G=29.05%
B=38.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561401860.160.2500.27260.872563.92
Hex9C8CBA101901B1051940
Octal234214272203103340531100
Binary1001110010001100101110101000011001011011100000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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