Html Css Color HEX #957FEC Medium Purple

📋 copy color: '#957FEC'

red 149 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #957FEC

Tints of Medium Purple #957FEC

RGB

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

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

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

R = 29.1%
G = 24.8%
B = 46.09%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#957FEC (or 0x957FEC) is known color: Medium Purple. HEX triplet: 95, 7F and EC. RGB value is (149,127,236). Sum of RGB (Red+Green+Blue) = 149+127+236=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #957FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FEC is #6A8013. Grayscale: #919191. Windows color (decimal): -6979604 or 15499157. OLE color: 15499157.

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

Color convert

RGB 149 127 236 -
CMYK 0.37 0.46 0 0.07
HSL 252.11º 0.74% 0.71% -
HSV(B) 252.11º 0.46% 0.93% -
XYZ 35.12 27.62 82.84 -
YUV 146 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 149 127 236 0.37 0.46 0 0.07 252.11 0.74 0.71
Hex 95 7F EC 25 2E 0 7 FC 4A 47
Octal 225 177 354 45 56 0 7 374 112 107
Binary 10010101 1111111 11101100 100101 101110 0 111 11111100 1001010 1000111

Color Harmonies of #957FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FEC

Black with #957FEC

Text Example


Text Example

White with #957FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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