#9C80C1

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

Shades of Cold Purple #9C80C1

Tints of Cold Purple #9C80C1

Color information

#9C80C1 (or 0x9C80C1) is unknown color: approx Cold Purple. HEX triplet: 9C, 80 and C1. RGB value is (156,128,193). Sum of RGB (Red+Green+Blue) = 156+128+193=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C80C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80C1 is #637F3E. Grayscale: #8F8F8F. Windows color (decimal): -6520639 or 12681372. OLE color: 12681372.

HSL color Cylindrical-coordinate representation of color #9C80C1: hue angle of 265.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C80C1 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156128193-
CMYK0.190.3400.24
HSL265.85º34.39%62.94%-
HSV(B)265.85º33.68%75.69%-
XYZ31.0626.3653.9-
YUV143.78155.78136.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=32.70%
G=26.83%
B=40.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561281930.190.3400.24265.8534.3962.94
Hex9C80C1132201810a223f
Octal23420030123420304124277
Binary10011100100000001100000110011100010011000100001010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,193); }

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

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

 a { background-color: rgb(156,128,193); }

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

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

 span { border-color: rgb(156,128,193); }

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