Html Css Color HEX #957EEC Medium Purple

📋 copy color: '#957EEC'

red 149 ◦ green 126 ◦ blue 236

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

Shades of Medium Purple #957EEC

Tints of Medium Purple #957EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 29.16%
G = 24.66%
B = 46.18%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#957EEC (or 0x957EEC) is known color: Medium Purple. HEX triplet: 95, 7E and EC. RGB value is (149,126,236). Sum of RGB (Red+Green+Blue) = 149+126+236=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #957EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EEC is #6A8113. Grayscale: #919191. Windows color (decimal): -6979860 or 15498901. OLE color: 15498901.

HSL color Cylindrical-coordinate representation of color #957EEC: hue angle of 252.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957EEC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 126 236 -
CMYK 0.37 0.47 0 0.07
HSL 252.55º 0.74% 0.71% -
HSV(B) 252.55º 0.47% 0.93% -
XYZ 35 27.37 82.79 -
YUV 145.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 149 126 236 0.37 0.47 0 0.07 252.55 0.74 0.71
Hex 95 7E EC 25 2F 0 7 FD 4A 47
Octal 225 176 354 45 57 0 7 375 112 107
Binary 10010101 1111110 11101100 100101 101111 0 111 11111101 1001010 1000111

Color Harmonies of #957EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EEC

Black with #957EEC

Text Example


Text Example

White with #957EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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