Html Css Color HEX #957EDE Medium Purple

📋 copy color: '#957EDE'

red 149 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #957EDE

Tints of Medium Purple #957EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 29.98%
G = 25.35%
B = 44.67%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#957EDE (or 0x957EDE) is known color: Medium Purple. HEX triplet: 95, 7E and DE. RGB value is (149,126,222). Sum of RGB (Red+Green+Blue) = 149+126+222=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #957EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EDE is #6A8121. Grayscale: #8F8F8F. Windows color (decimal): -6979874 or 14581397. OLE color: 14581397.

HSL color Cylindrical-coordinate representation of color #957EDE: hue angle of 254.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957EDE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 126 222 -
CMYK 0.33 0.43 0 0.13
HSL 254.38º 0.59% 0.68% -
HSV(B) 254.38º 0.43% 0.87% -
XYZ 33.04 26.59 72.5 -
YUV 143.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 149 126 222 0.33 0.43 0 0.13 254.38 0.59 0.68
Hex 95 7E DE 21 2B 0 D FE 3B 44
Octal 225 176 336 41 53 0 15 376 73 104
Binary 10010101 1111110 11011110 100001 101011 0 1101 11111110 111011 1000100

Color Harmonies of #957EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EDE

Black with #957EDE

Text Example


Text Example

White with #957EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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