Html Css Color HEX #957CEF Medium Purple

📋 copy color: '#957CEF'

red 149 ◦ green 124 ◦ blue 239

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

Shades of Medium Purple #957CEF

Tints of Medium Purple #957CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

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

R = 29.1%
G = 24.22%
B = 46.68%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#957CEF (or 0x957CEF) is known color: Medium Purple. HEX triplet: 95, 7C and EF. RGB value is (149,124,239). Sum of RGB (Red+Green+Blue) = 149+124+239=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #957CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CEF is #6A8310. Grayscale: #909090. Windows color (decimal): -6980369 or 15694997. OLE color: 15694997.

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

Color convert

RGB 149 124 239 -
CMYK 0.38 0.48 0 0.06
HSL 253.04º 0.78% 0.71% -
HSV(B) 253.04º 0.48% 0.94% -
XYZ 35.18 27.04 85.03 -
YUV 144.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 149 124 239 0.38 0.48 0 0.06 253.04 0.78 0.71
Hex 95 7C EF 26 30 0 6 FD 4E 47
Octal 225 174 357 46 60 0 6 375 116 107
Binary 10010101 1111100 11101111 100110 110000 0 110 11111101 1001110 1000111

Color Harmonies of #957CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CEF

Black with #957CEF

Text Example


Text Example

White with #957CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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