#9C84B9

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

Shades of Cold Purple #9C84B9

Tints of Cold Purple #9C84B9

Color information

#9C84B9 (or 0x9C84B9) is unknown color: approx Cold Purple. HEX triplet: 9C, 84 and B9. RGB value is (156,132,185). Sum of RGB (Red+Green+Blue) = 156+132+185=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C84B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84B9 is #637B46. Grayscale: #919191. Windows color (decimal): -6519623 or 12158108. OLE color: 12158108.

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

Color convert

RGB156132185-
CMYK0.160.2900.27
HSL267.17º27.46%62.16%-
HSV(B)267.17º28.65%72.55%-
XYZ30.7227.0749.51-
YUV145.22150.45135.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=32.98%
G=27.91%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561321850.160.2900.27267.1727.4662.16
Hex9C84B9101D01B10b1b3e
Octal23420427120350334133376
Binary100111001000010010111001100001110101101110000101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C84B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,185); }

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

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

 a { background-color: rgb(156,132,185); }

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

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

 span { border-color: rgb(156,132,185); }

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