#9780BD

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

Shades of Cold Purple #9780BD

Tints of Cold Purple #9780BD

Color information

#9780BD (or 0x9780BD) is unknown color: approx Cold Purple. HEX triplet: 97, 80 and BD. RGB value is (151,128,189). Sum of RGB (Red+Green+Blue) = 151+128+189=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #9780BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780BD is #687F42. Grayscale: #8D8D8D. Windows color (decimal): -6848323 or 12419223. OLE color: 12419223.

HSL color Cylindrical-coordinate representation of color #9780BD: hue angle of 262.62º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9780BD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151128189-
CMYK0.200.3200.26
HSL262.62º31.61%62.16%-
HSV(B)262.62º32.28%74.12%-
XYZ29.6725.6951.54-
YUV141.83154.62134.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=32.26%
G=27.35%
B=40.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511281890.200.3200.26262.6231.6162.16
Hex9780BD142001A107203e
Octal22720027524400324074076
Binary10010111100000001011110110100100000011010100000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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