#9D85BA

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

Shades of Cold Purple #9D85BA

Tints of Cold Purple #9D85BA

Color information

#9D85BA (or 0x9D85BA) is unknown color: approx Cold Purple. HEX triplet: 9D, 85 and BA. RGB value is (157,133,186). Sum of RGB (Red+Green+Blue) = 157+133+186=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D85BA is #627A45. Grayscale: #929292. Windows color (decimal): -6453830 or 12223901. OLE color: 12223901.

HSL color Cylindrical-coordinate representation of color #9D85BA: hue angle of 267.17º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D85BA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157133186-
CMYK0.160.2800.27
HSL267.17º27.75%62.55%-
HSV(B)267.17º28.49%72.94%-
XYZ31.1627.4950.12-
YUV146.22150.45135.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.98%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=32.98%
G=27.94%
B=39.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571331860.160.2800.27267.1727.7562.55
Hex9D85BA101C01B10b1c3f
Octal23520527220340334133477
Binary100111011000010110111010100001110001101110000101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D85BA; }

 p { color: rgb(157,133,186); }

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

<style>
 a { background-color: #9D85BA; }

 a { background-color: rgb(157,133,186); }

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

<style>
 span { border-color: #9D85BA; }

 span { border-color: rgb(157,133,186); }

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