#957FD1

Color #957FD1 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #957FD1

Tints of True V #957FD1

Color information

#957FD1 (or 0x957FD1) is unknown color: approx True V. HEX triplet: 95, 7F and D1. RGB value is (149,127,209). Sum of RGB (Red+Green+Blue) = 149+127+209=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #957FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FD1 is #6A802E. Grayscale: #8E8E8E. Windows color (decimal): -6979631 or 13729685. OLE color: 13729685.

HSL color Cylindrical-coordinate representation of color #957FD1: hue angle of 256.1º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957FD1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149127209-
CMYK0.290.3900.18
HSL256.1º47.13%65.88%-
HSV(B)256.1º39.23%81.96%-
XYZ31.4926.1763.71-
YUV142.93165.29132.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=30.72%
G=26.19%
B=43.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491272090.290.3900.18256.147.1365.88
Hex957FD11D270121002f42
Octal225177321354702240057102
Binary10010101111111111010001111011001110100101000000001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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