#9785BD

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

Shades of Cold Purple #9785BD

Tints of Cold Purple #9785BD

Color information

#9785BD (or 0x9785BD) is unknown color: approx Cold Purple. HEX triplet: 97, 85 and BD. RGB value is (151,133,189). Sum of RGB (Red+Green+Blue) = 151+133+189=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9785BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785BD is #687A42. Grayscale: #909090. Windows color (decimal): -6847043 or 12420503. OLE color: 12420503.

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

Color convert

RGB151133189-
CMYK0.200.3000.26
HSL259.29º29.79%63.14%-
HSV(B)259.29º29.63%74.12%-
XYZ30.3427.0351.76-
YUV144.77152.96132.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=31.92%
G=28.12%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511331890.200.3000.26259.2929.7963.14
Hex9785BD141E01A1031e3f
Octal22720527524360324033677
Binary100101111000010110111101101001111001101010000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9785BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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