#937FBE

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

Shades of Cold Purple #937FBE

Tints of Cold Purple #937FBE

Color information

#937FBE (or 0x937FBE) is unknown color: approx Cold Purple. HEX triplet: 93, 7F and BE. RGB value is (147,127,190). Sum of RGB (Red+Green+Blue) = 147+127+190=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #937FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FBE is #6C8041. Grayscale: #8B8B8B. Windows color (decimal): -7110722 or 12484499. OLE color: 12484499.

HSL color Cylindrical-coordinate representation of color #937FBE: hue angle of 259.05º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937FBE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147127190-
CMYK0.230.3300.25
HSL259.05º32.64%62.16%-
HSV(B)259.05º33.16%74.51%-
XYZ28.9225.152.04-
YUV140.16156.13132.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=31.68%
G=27.37%
B=40.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471271900.230.3300.25259.0532.6462.16
Hex937FBE1721019103213e
Octal22317727627410314034176
Binary1001001111111111011111010111100001011001100000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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