Html Css Color HEX #957FEB Medium Purple

📋 copy color: '#957FEB'

red 149 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #957FEB

Tints of Medium Purple #957FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 29.16%
G = 24.85%
B = 45.99%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#957FEB (or 0x957FEB) is known color: Medium Purple. HEX triplet: 95, 7F and EB. RGB value is (149,127,235). Sum of RGB (Red+Green+Blue) = 149+127+235=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #957FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FEB is #6A8014. Grayscale: #919191. Windows color (decimal): -6979605 or 15433621. OLE color: 15433621.

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

Color convert

RGB 149 127 235 -
CMYK 0.37 0.46 0 0.08
HSL 252.22º 0.73% 0.71% -
HSV(B) 252.22º 0.46% 0.92% -
XYZ 34.98 27.57 82.07 -
YUV 145.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 149 127 235 0.37 0.46 0 0.08 252.22 0.73 0.71
Hex 95 7F EB 25 2E 0 8 FC 49 47
Octal 225 177 353 45 56 0 10 374 111 107
Binary 10010101 1111111 11101011 100101 101110 0 1000 11111100 1001001 1000111

Color Harmonies of #957FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FEB

Black with #957FEB

Text Example


Text Example

White with #957FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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