#9780BF

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

Shades of Cold Purple #9780BF

Tints of Cold Purple #9780BF

Color information

#9780BF (or 0x9780BF) is unknown color: approx Cold Purple. HEX triplet: 97, 80 and BF. RGB value is (151,128,191). Sum of RGB (Red+Green+Blue) = 151+128+191=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9780BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780BF is #687F40. Grayscale: #8D8D8D. Windows color (decimal): -6848321 or 12550295. OLE color: 12550295.

HSL color Cylindrical-coordinate representation of color #9780BF: hue angle of 261.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9780BF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151128191-
CMYK0.210.3300.25
HSL261.9º32.98%62.55%-
HSV(B)261.9º32.98%74.9%-
XYZ29.8925.7852.69-
YUV142.06155.62134.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 191 (75% from 255) = 40.64%
R=32.13%
G=27.23%
B=40.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511281910.210.3300.25261.932.9862.55
Hex9780BF1521019106213f
Octal22720027725410314064177
Binary10010111100000001011111110101100001011001100000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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