#9780CA

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

Shades of Cold Purple #9780CA

Tints of Cold Purple #9780CA

Color information

#9780CA (or 0x9780CA) is unknown color: approx Cold Purple. HEX triplet: 97, 80 and CA. RGB value is (151,128,202). Sum of RGB (Red+Green+Blue) = 151+128+202=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9780CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780CA is #687F35. Grayscale: #8F8F8F. Windows color (decimal): -6848310 or 13271191. OLE color: 13271191.

HSL color Cylindrical-coordinate representation of color #9780CA: hue angle of 258.65º 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 #9780CA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151128202-
CMYK0.250.3700.21
HSL258.65º41.11%64.71%-
HSV(B)258.65º36.63%79.22%-
XYZ31.1426.2859.31-
YUV143.31161.12133.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=31.39%
G=26.61%
B=42.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511282020.250.3700.21258.6541.1164.71
Hex9780CA19250151032941
Octal227200312314502540351101
Binary100101111000000011001010110011001010101011000000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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