#9785BC

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

Shades of Cold Purple #9785BC

Tints of Cold Purple #9785BC

Color information

#9785BC (or 0x9785BC) is unknown color: approx Cold Purple. HEX triplet: 97, 85 and BC. RGB value is (151,133,188). Sum of RGB (Red+Green+Blue) = 151+133+188=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9785BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785BC is #687A43. Grayscale: #909090. Windows color (decimal): -6847044 or 12354967. OLE color: 12354967.

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

Color convert

RGB151133188-
CMYK0.200.2900.26
HSL259.64º29.1%62.94%-
HSV(B)259.64º29.26%73.73%-
XYZ30.2326.9951.19-
YUV144.65152.46132.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=31.99%
G=28.18%
B=39.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511331880.200.2900.26259.6429.162.94
Hex9785BC141D01A1041d3f
Octal22720527424350324043577
Binary100101111000010110111100101001110101101010000010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9785BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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