#9C84CD

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

Shades of Cold Purple #9C84CD

Tints of Cold Purple #9C84CD

Color information

#9C84CD (or 0x9C84CD) is unknown color: approx Cold Purple. HEX triplet: 9C, 84 and CD. RGB value is (156,132,205). Sum of RGB (Red+Green+Blue) = 156+132+205=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84CD is #637B32. Grayscale: #939393. Windows color (decimal): -6519603 or 13468828. OLE color: 13468828.

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

Color convert

RGB156132205-
CMYK0.240.3600.20
HSL259.73º42.2%66.08%-
HSV(B)259.73º35.61%80.39%-
XYZ32.9827.9861.42-
YUV147.5160.45134.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=31.64%
G=26.77%
B=41.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561322050.240.3600.20259.7342.266.08
Hex9C84CD18240141042a42
Octal234204315304402440452102
Binary100111001000010011001101110001001000101001000001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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