#9980CA

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

Shades of Cold Purple #9980CA

Tints of Cold Purple #9980CA

Color information

#9980CA (or 0x9980CA) is unknown color: approx Cold Purple. HEX triplet: 99, 80 and CA. RGB value is (153,128,202). Sum of RGB (Red+Green+Blue) = 153+128+202=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9980CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980CA is #667F35. Grayscale: #8F8F8F. Windows color (decimal): -6717238 or 13271193. OLE color: 13271193.

HSL color Cylindrical-coordinate representation of color #9980CA: hue angle of 260.27º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9980CA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153128202-
CMYK0.240.3700.21
HSL260.27º41.11%64.71%-
HSV(B)260.27º36.63%79.22%-
XYZ31.5226.4759.33-
YUV143.91160.78134.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=31.68%
G=26.50%
B=41.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531282020.240.3700.21260.2741.1164.71
Hex9980CA18250151042941
Octal231200312304502540451101
Binary100110011000000011001010110001001010101011000001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9980CA; }

 p { color: rgb(153,128,202); }

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

<style>
 a { background-color: #9980CA; }

 a { background-color: rgb(153,128,202); }

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

<style>
 span { border-color: #9980CA; }

 span { border-color: rgb(153,128,202); }

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