#9C84CE

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

Shades of Cold Purple #9C84CE

Tints of Cold Purple #9C84CE

Color information

#9C84CE (or 0x9C84CE) is unknown color: approx Cold Purple. HEX triplet: 9C, 84 and CE. RGB value is (156,132,206). Sum of RGB (Red+Green+Blue) = 156+132+206=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C84CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84CE is #637B31. Grayscale: #939393. Windows color (decimal): -6519602 or 13534364. OLE color: 13534364.

HSL color Cylindrical-coordinate representation of color #9C84CE: hue angle of 259.46º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C84CE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156132206-
CMYK0.240.3600.19
HSL259.46º43.02%66.27%-
HSV(B)259.46º35.92%80.78%-
XYZ33.128.0362.06-
YUV147.61160.95133.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=31.58%
G=26.72%
B=41.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561322060.240.3600.19259.4643.0266.27
Hex9C84CE18240131032b42
Octal234204316304402340353102
Binary100111001000010011001110110001001000100111000000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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