#957EDA

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

Shades of Medium Purple #957EDA

Tints of Medium Purple #957EDA

Color information

#957EDA (or 0x957EDA) is unknown color: approx Medium Purple. HEX triplet: 95, 7E and DA. RGB value is (149,126,218). Sum of RGB (Red+Green+Blue) = 149+126+218=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #957EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EDA is #6A8125. Grayscale: #8F8F8F. Windows color (decimal): -6979878 or 14319253. OLE color: 14319253.

HSL color Cylindrical-coordinate representation of color #957EDA: hue angle of 255º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957EDA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149126218-
CMYK0.320.4200.15
HSL255º55.42%67.45%-
HSV(B)255º42.2%85.49%-
XYZ32.5126.3769.71-
YUV143.36170.12132.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=30.22%
G=25.56%
B=44.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491262180.320.4200.1525555.4267.45
Hex957EDA202A0Fff3743
Octal225176332405201737767103
Binary1001010111111101101101010000010101001111111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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