#9C80BF

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

Shades of Cold Purple #9C80BF

Tints of Cold Purple #9C80BF

Color information

#9C80BF (or 0x9C80BF) is unknown color: approx Cold Purple. HEX triplet: 9C, 80 and BF. RGB value is (156,128,191). Sum of RGB (Red+Green+Blue) = 156+128+191=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80BF is #637F40. Grayscale: #8F8F8F. Windows color (decimal): -6520641 or 12550300. OLE color: 12550300.

HSL color Cylindrical-coordinate representation of color #9C80BF: hue angle of 266.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C80BF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156128191-
CMYK0.180.3300.25
HSL266.67º32.98%62.55%-
HSV(B)266.67º32.98%74.9%-
XYZ30.8326.2752.74-
YUV143.55154.78136.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 191 (75% from 255) = 40.21%
R=32.84%
G=26.95%
B=40.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561281910.180.3300.25266.6732.9862.55
Hex9C80BF122101910b213f
Octal23420027722410314134177
Binary10011100100000001011111110010100001011001100001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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