#9387BC

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

Shades of Cold Purple #9387BC

Tints of Cold Purple #9387BC

Color information

#9387BC (or 0x9387BC) is unknown color: approx Cold Purple. HEX triplet: 93, 87 and BC. RGB value is (147,135,188). Sum of RGB (Red+Green+Blue) = 147+135+188=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9387BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387BC is #6C7843. Grayscale: #909090. Windows color (decimal): -7108676 or 12355475. OLE color: 12355475.

HSL color Cylindrical-coordinate representation of color #9387BC: hue angle of 253.58º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9387BC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147135188-
CMYK0.220.2800.26
HSL253.58º28.34%63.33%-
HSV(B)253.58º28.19%73.73%-
XYZ29.7727.1651.25-
YUV144.63152.48129.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 188 (73.83% from 255) = 40%
R=31.28%
G=28.72%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471351880.220.2800.26253.5828.3463.33
Hex9387BC161C01Afe1c3f
Octal22320727426340323763477
Binary10010011100001111011110010110111000110101111111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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