#9C84BD

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

Shades of Cold Purple #9C84BD

Tints of Cold Purple #9C84BD

Color information

#9C84BD (or 0x9C84BD) is unknown color: approx Cold Purple. HEX triplet: 9C, 84 and BD. RGB value is (156,132,189). Sum of RGB (Red+Green+Blue) = 156+132+189=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84BD is #637B42. Grayscale: #919191. Windows color (decimal): -6519619 or 12420252. OLE color: 12420252.

HSL color Cylindrical-coordinate representation of color #9C84BD: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C84BD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156132189-
CMYK0.170.3000.26
HSL265.26º30.16%62.94%-
HSV(B)265.26º30.16%74.12%-
XYZ31.1527.2451.76-
YUV145.67152.45135.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=32.70%
G=27.67%
B=39.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561321890.170.3000.26265.2630.1662.94
Hex9C84BD111E01A1091e3f
Octal23420427521360324113677
Binary100111001000010010111101100011111001101010000100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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