#9387AC

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

Shades of Cold Purple #9387AC

Tints of Cold Purple #9387AC

Color information

#9387AC (or 0x9387AC) is unknown color: approx Cold Purple. HEX triplet: 93, 87 and AC. RGB value is (147,135,172). Sum of RGB (Red+Green+Blue) = 147+135+172=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #9387AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9387AC is #6C7853. Grayscale: #8E8E8E. Windows color (decimal): -7108692 or 11306899. OLE color: 11306899.

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

Color convert

RGB147135172-
CMYK0.150.2200.33
HSL259.46º18.23%60.2%-
HSV(B)259.46º21.51%67.45%-
XYZ28.1426.5142.66-
YUV142.81144.48130.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=32.38%
G=29.74%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471351720.150.2200.33259.4618.2360.2
Hex9387ACF16021103123c
Octal22320725417260414032274
Binary100100111000011110101100111110110010000110000001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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