#957FBF

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

Shades of Cold Purple #957FBF

Tints of Cold Purple #957FBF

Color information

#957FBF (or 0x957FBF) is unknown color: approx Cold Purple. HEX triplet: 95, 7F and BF. RGB value is (149,127,191). Sum of RGB (Red+Green+Blue) = 149+127+191=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #957FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBF is #6A8040. Grayscale: #8C8C8C. Windows color (decimal): -6979649 or 12550037. OLE color: 12550037.

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

Color convert

RGB149127191-
CMYK0.220.3400.25
HSL260.62º33.33%62.35%-
HSV(B)260.62º33.51%74.9%-
XYZ29.3925.3352.63-
YUV140.87156.29133.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 191 (75% from 255) = 40.90%
R=31.91%
G=27.19%
B=40.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491271910.220.3400.25260.6233.3362.35
Hex957FBF1622019105213e
Octal22517727726420314054176
Binary1001010111111111011111110110100010011001100000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957FBF; }

 p { color: rgb(149,127,191); }

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

<style>
 a { background-color: #957FBF; }

 a { background-color: rgb(149,127,191); }

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

<style>
 span { border-color: #957FBF; }

 span { border-color: rgb(149,127,191); }

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