#9F85B8

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

Shades of Cold Purple #9F85B8

Tints of Cold Purple #9F85B8

Color information

#9F85B8 (or 0x9F85B8) is unknown color: approx Cold Purple. HEX triplet: 9F, 85 and B8. RGB value is (159,133,184). Sum of RGB (Red+Green+Blue) = 159+133+184=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #9F85B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85B8 is #607A47. Grayscale: #929292. Windows color (decimal): -6322760 or 12092831. OLE color: 12092831.

HSL color Cylindrical-coordinate representation of color #9F85B8: hue angle of 270.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F85B8 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB159133184-
CMYK0.140.2800.28
HSL270.59º26.42%62.16%-
HSV(B)270.59º27.72%72.16%-
XYZ31.3427.6149.02-
YUV146.59149.11136.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=33.40%
G=27.94%
B=38.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591331840.140.2800.28270.5926.4262.16
Hex9F85B8E1C01C10f1a3e
Octal23720527016340344173276
Binary10011111100001011011100011101110001110010000111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F85B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,133,184); }

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

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

 a { background-color: rgb(159,133,184); }

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

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

 span { border-color: rgb(159,133,184); }

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