#9C80CB

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

Shades of Cold Purple #9C80CB

Tints of Cold Purple #9C80CB

Color information

#9C80CB (or 0x9C80CB) is unknown color: approx Cold Purple. HEX triplet: 9C, 80 and CB. RGB value is (156,128,203). Sum of RGB (Red+Green+Blue) = 156+128+203=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80CB is #637F34. Grayscale: #909090. Windows color (decimal): -6520629 or 13336732. OLE color: 13336732.

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

Color convert

RGB156128203-
CMYK0.230.3700.20
HSL262.4º41.9%64.9%-
HSV(B)262.4º36.95%79.61%-
XYZ32.2126.8259.98-
YUV144.92160.78135.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=32.03%
G=26.28%
B=41.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561282030.230.3700.20262.441.964.9
Hex9C80CB17250141062a41
Octal234200313274502440652101
Binary100111001000000011001011101111001010101001000001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C80CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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