#9F80CD

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

Shades of Cold Purple #9F80CD

Tints of Cold Purple #9F80CD

Color information

#9F80CD (or 0x9F80CD) is unknown color: approx Cold Purple. HEX triplet: 9F, 80 and CD. RGB value is (159,128,205). Sum of RGB (Red+Green+Blue) = 159+128+205=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80CD is #607F32. Grayscale: #919191. Windows color (decimal): -6324019 or 13467807. OLE color: 13467807.

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

Color convert

RGB159128205-
CMYK0.220.3800.20
HSL264.16º43.5%65.29%-
HSV(B)264.16º37.56%80.39%-
XYZ33.0427.2261.27-
YUV146.05161.27137.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=32.32%
G=26.02%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591282050.220.3800.20264.1643.565.29
Hex9F80CD16260141082c41
Octal237200315264602441054101
Binary100111111000000011001101101101001100101001000010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,205); }

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

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

 a { background-color: rgb(159,128,205); }

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

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

 span { border-color: rgb(159,128,205); }

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