#9985BF

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

Shades of Cold Purple #9985BF

Tints of Cold Purple #9985BF

Color information

#9985BF (or 0x9985BF) is unknown color: approx Cold Purple. HEX triplet: 99, 85 and BF. RGB value is (153,133,191). Sum of RGB (Red+Green+Blue) = 153+133+191=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #9985BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985BF is #667A40. Grayscale: #919191. Windows color (decimal): -6715969 or 12551577. OLE color: 12551577.

HSL color Cylindrical-coordinate representation of color #9985BF: hue angle of 260.69º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9985BF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153133191-
CMYK0.200.3000.25
HSL260.69º31.18%63.53%-
HSV(B)260.69º30.37%74.9%-
XYZ30.9327.3152.93-
YUV145.59153.63133.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 191 (75% from 255) = 40.04%
R=32.08%
G=27.88%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531331910.200.3000.25260.6931.1863.53
Hex9985BF141E0191051f40
Octal231205277243603140537100
Binary1001100110000101101111111010011110011001100000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9985BF; }

 p { color: rgb(153,133,191); }

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

<style>
 a { background-color: #9985BF; }

 a { background-color: rgb(153,133,191); }

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

<style>
 span { border-color: #9985BF; }

 span { border-color: rgb(153,133,191); }

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