Html Css Color HEX #957FEF Medium Purple

📋 copy color: '#957FEF'

red 149 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #957FEF

Tints of Medium Purple #957FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

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

R = 28.93%
G = 24.66%
B = 46.41%

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

#957FEF (or 0x957FEF) is known color: Medium Purple. HEX triplet: 95, 7F and EF. RGB value is (149,127,239). Sum of RGB (Red+Green+Blue) = 149+127+239=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #957FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FEF is #6A8010. Grayscale: #919191. Windows color (decimal): -6979601 or 15695765. OLE color: 15695765.

HSL color Cylindrical-coordinate representation of color #957FEF: hue angle of 251.79º 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 #957FEF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 127 239 -
CMYK 0.38 0.47 0 0.06
HSL 251.79º 0.78% 0.72% -
HSV(B) 251.79º 0.47% 0.94% -
XYZ 35.56 27.8 85.15 -
YUV 146.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 149 127 239 0.38 0.47 0 0.06 251.79 0.78 0.72
Hex 95 7F EF 26 2F 0 6 FC 4E 48
Octal 225 177 357 46 57 0 6 374 116 110
Binary 10010101 1111111 11101111 100110 101111 0 110 11111100 1001110 1001000

Color Harmonies of #957FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FEF

Black with #957FEF

Text Example


Text Example

White with #957FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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