#9980CE

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

Shades of Cold Purple #9980CE

Tints of Cold Purple #9980CE

Color information

#9980CE (or 0x9980CE) is unknown color: approx Cold Purple. HEX triplet: 99, 80 and CE. RGB value is (153,128,206). Sum of RGB (Red+Green+Blue) = 153+128+206=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9980CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980CE is #667F31. Grayscale: #909090. Windows color (decimal): -6717234 or 13533337. OLE color: 13533337.

HSL color Cylindrical-coordinate representation of color #9980CE: hue angle of 259.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9980CE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153128206-
CMYK0.260.3800.19
HSL259.23º44.32%65.49%-
HSV(B)259.23º37.86%80.78%-
XYZ3226.6761.85-
YUV144.37162.78134.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=31.42%
G=26.28%
B=42.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531282060.260.3800.19259.2344.3265.49
Hex9980CE1A260131032c41
Octal231200316324602340354101
Binary100110011000000011001110110101001100100111000000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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