#9980BE

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

Shades of Cold Purple #9980BE

Tints of Cold Purple #9980BE

Color information

#9980BE (or 0x9980BE) is unknown color: approx Cold Purple. HEX triplet: 99, 80 and BE. RGB value is (153,128,190). Sum of RGB (Red+Green+Blue) = 153+128+190=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9980BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980BE is #667F41. Grayscale: #8E8E8E. Windows color (decimal): -6717250 or 12484761. OLE color: 12484761.

HSL color Cylindrical-coordinate representation of color #9980BE: hue angle of 264.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9980BE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153128190-
CMYK0.190.3300.25
HSL264.19º32.29%62.35%-
HSV(B)264.19º32.63%74.51%-
XYZ30.1525.9352.13-
YUV142.54154.78135.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=32.48%
G=27.18%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531281900.190.3300.25264.1932.2962.35
Hex9980BE1321019108203e
Octal23120027623410314104076
Binary10011001100000001011111010011100001011001100001000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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