#957FBE

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

Shades of Cold Purple #957FBE

Tints of Cold Purple #957FBE

Color information

#957FBE (or 0x957FBE) is unknown color: approx Cold Purple. HEX triplet: 95, 7F and BE. RGB value is (149,127,190). Sum of RGB (Red+Green+Blue) = 149+127+190=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #957FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBE is #6A8041. Grayscale: #8C8C8C. Windows color (decimal): -6979650 or 12484501. OLE color: 12484501.

HSL color Cylindrical-coordinate representation of color #957FBE: hue angle of 260.95º 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 #957FBE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149127190-
CMYK0.220.3300.25
HSL260.95º32.64%62.16%-
HSV(B)260.95º33.16%74.51%-
XYZ29.2825.2952.05-
YUV140.76155.79133.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=31.97%
G=27.25%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491271900.220.3300.25260.9532.6462.16
Hex957FBE1621019105213e
Octal22517727626410314054176
Binary1001010111111111011111010110100001011001100000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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