#957EC2

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

Shades of True V #957EC2

Tints of True V #957EC2

Color information

#957EC2 (or 0x957EC2) is unknown color: approx True V. HEX triplet: 95, 7E and C2. RGB value is (149,126,194). Sum of RGB (Red+Green+Blue) = 149+126+194=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #957EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EC2 is #6A813D. Grayscale: #8C8C8C. Windows color (decimal): -6979902 or 12746389. OLE color: 12746389.

HSL color Cylindrical-coordinate representation of color #957EC2: hue angle of 260.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957EC2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149126194-
CMYK0.230.3500.24
HSL260.29º35.79%62.75%-
HSV(B)260.29º35.05%76.08%-
XYZ29.5925.2154.34-
YUV140.63158.12133.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=31.77%
G=26.87%
B=41.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491261940.230.3500.24260.2935.7962.75
Hex957EC21723018104243f
Octal22517630227430304044477
Binary1001010111111101100001010111100011011000100000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,126,194); }

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

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

 a { background-color: rgb(149,126,194); }

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

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

 span { border-color: rgb(149,126,194); }

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