#9C8EBA

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

Shades of Cold Purple #9C8EBA

Tints of Cold Purple #9C8EBA

Color information

#9C8EBA (or 0x9C8EBA) is unknown color: approx Cold Purple. HEX triplet: 9C, 8E and BA. RGB value is (156,142,186). Sum of RGB (Red+Green+Blue) = 156+142+186=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EBA is #637145. Grayscale: #979797. Windows color (decimal): -6517062 or 12226204. OLE color: 12226204.

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

Color convert

RGB156142186-
CMYK0.160.2400.27
HSL259.09º24.18%64.31%-
HSV(B)259.09º23.66%72.94%-
XYZ32.2529.9650.54-
YUV151.2147.64131.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=32.23%
G=29.34%
B=38.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561421860.160.2400.27259.0924.1864.31
Hex9C8EBA101801B1031840
Octal234216272203003340330100
Binary1001110010001110101110101000011000011011100000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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