#9780BC

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

Shades of Cold Purple #9780BC

Tints of Cold Purple #9780BC

Color information

#9780BC (or 0x9780BC) is unknown color: approx Cold Purple. HEX triplet: 97, 80 and BC. RGB value is (151,128,188). Sum of RGB (Red+Green+Blue) = 151+128+188=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9780BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780BC is #687F43. Grayscale: #8D8D8D. Windows color (decimal): -6848324 or 12353687. OLE color: 12353687.

HSL color Cylindrical-coordinate representation of color #9780BC: hue angle of 263º degrees, saturation: 0.31, 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 #9780BC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151128188-
CMYK0.200.3200.26
HSL263º30.93%61.96%-
HSV(B)263º31.91%73.73%-
XYZ29.5625.6550.97-
YUV141.72154.12134.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=32.33%
G=27.41%
B=40.26%

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
Decimal1511281880.200.3200.2626330.9361.96
Hex9780BC142001A1071f3e
Octal22720027424400324073776
Binary1001011110000000101111001010010000001101010000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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