#9F93BF

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

Shades of Cold Purple #9F93BF

Tints of Cold Purple #9F93BF

Color information

#9F93BF (or 0x9F93BF) is unknown color: approx Cold Purple. HEX triplet: 9F, 93 and BF. RGB value is (159,147,191). Sum of RGB (Red+Green+Blue) = 159+147+191=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93BF is #606C40. Grayscale: #9B9B9B. Windows color (decimal): -6319169 or 12555167. OLE color: 12555167.

HSL color Cylindrical-coordinate representation of color #9F93BF: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F93BF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159147191-
CMYK0.170.2300.25
HSL256.36º25.58%66.27%-
HSV(B)256.36º23.04%74.9%-
XYZ34.143253.67-
YUV155.6147.98130.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 191 (75% from 255) = 38.43%
R=31.99%
G=29.58%
B=38.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591471910.170.2300.25256.3625.5866.27
Hex9F93BF11170191001a42
Octal237223277212703140032102
Binary1001111110010011101111111000110111011001100000000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,191); }

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

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

 a { background-color: rgb(159,147,191); }

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

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

 span { border-color: rgb(159,147,191); }

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