#9387AD

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

Shades of Cold Purple #9387AD

Tints of Cold Purple #9387AD

Color information

#9387AD (or 0x9387AD) is unknown color: approx Cold Purple. HEX triplet: 93, 87 and AD. RGB value is (147,135,173). Sum of RGB (Red+Green+Blue) = 147+135+173=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9387AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9387AD is #6C7852. Grayscale: #8E8E8E. Windows color (decimal): -7108691 or 11372435. OLE color: 11372435.

HSL color Cylindrical-coordinate representation of color #9387AD: hue angle of 258.95º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9387AD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147135173-
CMYK0.150.2200.32
HSL258.95º18.81%60.39%-
HSV(B)258.95º21.97%67.84%-
XYZ28.2426.5543.17-
YUV142.92144.98130.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=32.31%
G=29.67%
B=38.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471351730.150.2200.32258.9518.8160.39
Hex9387ADF16020103133c
Octal22320725517260404032374
Binary100100111000011110101101111110110010000010000001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9387AD; }

 p { color: rgb(147,135,173); }

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

<style>
 a { background-color: #9387AD; }

 a { background-color: rgb(147,135,173); }

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

<style>
 span { border-color: #9387AD; }

 span { border-color: rgb(147,135,173); }

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