Html Css Color HEX #957ED5 Medium Purple

📋 copy color: '#957ED5'

red 149 ◦ green 126 ◦ blue 213

#957ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #957ED5

Tints of Medium Purple #957ED5

RGB

 RED value IS 149 (58.59% from 255) = 30.53%

 GREEN value IS 126 (49.61% from 255) = 25.82%

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 30.53%
G = 25.82%
B = 43.65%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#957ED5 (or 0x957ED5) is known color: Medium Purple. HEX triplet: 95, 7E and D5. RGB value is (149,126,213). Sum of RGB (Red+Green+Blue) = 149+126+213=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #957ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ED5 is #6A812A. Grayscale: #8E8E8E. Windows color (decimal): -6979883 or 13991573. OLE color: 13991573.

HSL color Cylindrical-coordinate representation of color #957ED5: hue angle of 255.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957ED5 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 126 213 -
CMYK 0.30 0.41 0 0.16
HSL 255.86º 0.51% 0.66% -
HSV(B) 255.86º 0.41% 0.84% -
XYZ 31.87 26.12 66.31 -
YUV 142.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 149 126 213 0.30 0.41 0 0.16 255.86 0.51 0.66
Hex 95 7E D5 1E 29 0 10 100 33 42
Octal 225 176 325 36 51 0 20 400 63 102
Binary 10010101 1111110 11010101 11110 101001 0 10000 100000000 110011 1000010

Color Harmonies of #957ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ED5

Black with #957ED5

Text Example


Text Example

White with #957ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957ED5;
 }
 .AnyTagClassName
 {
   color: #957ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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