Html Css Color HEX #957ED7 Medium Purple

📋 copy color: '#957ED7'

red 149 ◦ green 126 ◦ blue 215

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

Shades of Medium Purple #957ED7

Tints of Medium Purple #957ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 30.41%
G = 25.71%
B = 43.88%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#957ED7 (or 0x957ED7) is known color: Medium Purple. HEX triplet: 95, 7E and D7. RGB value is (149,126,215). Sum of RGB (Red+Green+Blue) = 149+126+215=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #957ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ED7 is #6A8128. Grayscale: #8E8E8E. Windows color (decimal): -6979881 or 14122645. OLE color: 14122645.

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

Color convert

RGB 149 126 215 -
CMYK 0.31 0.41 0 0.16
HSL 255.51º 0.53% 0.67% -
HSV(B) 255.51º 0.41% 0.84% -
XYZ 32.12 26.22 67.66 -
YUV 143.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 149 126 215 0.31 0.41 0 0.16 255.51 0.53 0.67
Hex 95 7E D7 1F 29 0 10 100 35 43
Octal 225 176 327 37 51 0 20 400 65 103
Binary 10010101 1111110 11010111 11111 101001 0 10000 100000000 110101 1000011

Color Harmonies of #957ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ED7

Black with #957ED7

Text Example


Text Example

White with #957ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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