#9385AF

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

Shades of Cold Purple #9385AF

Tints of Cold Purple #9385AF

Color information

#9385AF (or 0x9385AF) is unknown color: approx Cold Purple. HEX triplet: 93, 85 and AF. RGB value is (147,133,175). Sum of RGB (Red+Green+Blue) = 147+133+175=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9385AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9385AF is #6C7A50. Grayscale: #8D8D8D. Windows color (decimal): -7109201 or 11502995. OLE color: 11502995.

HSL color Cylindrical-coordinate representation of color #9385AF: hue angle of 260º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9385AF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147133175-
CMYK0.160.2400.31
HSL260º20.79%60.39%-
HSV(B)260º24%68.63%-
XYZ28.1626.0744.11-
YUV141.97146.64131.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=32.31%
G=29.23%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471331750.160.2400.3126020.7960.39
Hex9385AF101801F104153c
Octal22320525720300374042574
Binary100100111000010110101111100001100001111110000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9385AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9385AF; }

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

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

<style>
 a { background-color: #9385AF; }

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

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

<style>
 span { border-color: #9385AF; }

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

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