#9F84BA

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

Shades of Cold Purple #9F84BA

Tints of Cold Purple #9F84BA

Color information

#9F84BA (or 0x9F84BA) is unknown color: approx Cold Purple. HEX triplet: 9F, 84 and BA. RGB value is (159,132,186). Sum of RGB (Red+Green+Blue) = 159+132+186=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84BA is #607B45. Grayscale: #929292. Windows color (decimal): -6323014 or 12223647. OLE color: 12223647.

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

Color convert

RGB159132186-
CMYK0.150.2900.27
HSL270º28.12%62.35%-
HSV(B)270º29.03%72.94%-
XYZ31.4127.4250.09-
YUV146.23150.45137.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=33.33%
G=27.67%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591321860.150.2900.2727028.1262.35
Hex9F84BAF1D01B10e1c3e
Octal23720427217350334163476
Binary10011111100001001011101011111110101101110000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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