#9F86BA

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

Shades of Cold Purple #9F86BA

Tints of Cold Purple #9F86BA

Color information

#9F86BA (or 0x9F86BA) is unknown color: approx Cold Purple. HEX triplet: 9F, 86 and BA. RGB value is (159,134,186). Sum of RGB (Red+Green+Blue) = 159+134+186=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86BA is #607945. Grayscale: #939393. Windows color (decimal): -6322502 or 12224159. OLE color: 12224159.

HSL color Cylindrical-coordinate representation of color #9F86BA: hue angle of 268.85º degrees, saturation: 0.27, 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 #9F86BA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159134186-
CMYK0.150.2800.27
HSL268.85º27.37%62.75%-
HSV(B)268.85º27.96%72.94%-
XYZ31.6927.9750.18-
YUV147.4149.78136.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=33.19%
G=27.97%
B=38.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591341860.150.2800.27268.8527.3762.75
Hex9F86BAF1C01B10d1b3f
Octal23720627217340334153377
Binary10011111100001101011101011111110001101110000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,134,186); }

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

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

 a { background-color: rgb(159,134,186); }

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

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

 span { border-color: rgb(159,134,186); }

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