#937FBB

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

Shades of Cold Purple #937FBB

Tints of Cold Purple #937FBB

Color information

#937FBB (or 0x937FBB) is unknown color: approx Cold Purple. HEX triplet: 93, 7F and BB. RGB value is (147,127,187). Sum of RGB (Red+Green+Blue) = 147+127+187=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #937FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FBB is #6C8044. Grayscale: #8B8B8B. Windows color (decimal): -7110725 or 12287891. OLE color: 12287891.

HSL color Cylindrical-coordinate representation of color #937FBB: hue angle of 260º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #937FBB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147127187-
CMYK0.210.3200.27
HSL260º30.61%61.57%-
HSV(B)260º32.09%73.33%-
XYZ28.5924.9750.33-
YUV139.82154.63133.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=31.89%
G=27.55%
B=40.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471271870.210.3200.2726030.6161.57
Hex937FBB152001B1041f3e
Octal22317727325400334043776
Binary100100111111111101110111010110000001101110000010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937FBB; }

 p { color: rgb(147,127,187); }

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

<style>
 a { background-color: #937FBB; }

 a { background-color: rgb(147,127,187); }

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

<style>
 span { border-color: #937FBB; }

 span { border-color: rgb(147,127,187); }

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