Html Css Color HEX #957EEF Medium Purple

📋 copy color: '#957EEF'

red 149 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #957EEF

Tints of Medium Purple #957EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 28.99%
G = 24.51%
B = 46.5%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#957EEF (or 0x957EEF) is known color: Medium Purple. HEX triplet: 95, 7E and EF. RGB value is (149,126,239). Sum of RGB (Red+Green+Blue) = 149+126+239=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #957EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EEF is #6A8110. Grayscale: #919191. Windows color (decimal): -6979857 or 15695509. OLE color: 15695509.

HSL color Cylindrical-coordinate representation of color #957EEF: hue angle of 252.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957EEF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 126 239 -
CMYK 0.38 0.47 0 0.06
HSL 252.21º 0.78% 0.72% -
HSV(B) 252.21º 0.47% 0.94% -
XYZ 35.44 27.54 85.11 -
YUV 145.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 149 126 239 0.38 0.47 0 0.06 252.21 0.78 0.72
Hex 95 7E EF 26 2F 0 6 FC 4E 48
Octal 225 176 357 46 57 0 6 374 116 110
Binary 10010101 1111110 11101111 100110 101111 0 110 11111100 1001110 1001000

Color Harmonies of #957EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EEF

Black with #957EEF

Text Example


Text Example

White with #957EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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