#9F93AF

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

Shades of Cold Purple #9F93AF

Tints of Cold Purple #9F93AF

Color information

#9F93AF (or 0x9F93AF) is unknown color: approx Cold Purple. HEX triplet: 9F, 93 and AF. RGB value is (159,147,175). Sum of RGB (Red+Green+Blue) = 159+147+175=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F93AF is #606C50. Grayscale: #999999. Windows color (decimal): -6319185 or 11506591. OLE color: 11506591.

HSL color Cylindrical-coordinate representation of color #9F93AF: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F93AF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159147175-
CMYK0.090.1600.31
HSL265.71º14.89%63.14%-
HSV(B)265.71º16%68.63%-
XYZ32.4731.3344.89-
YUV153.78139.98131.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=33.06%
G=30.56%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591471750.090.1600.31265.7114.8963.14
Hex9F93AF91001F10af3f
Octal23722325711200374121777
Binary1001111110010011101011111001100000111111000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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