Html Css Color HEX #957FEA Medium Purple

📋 copy color: '#957FEA'

red 149 ◦ green 127 ◦ blue 234

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

Shades of Medium Purple #957FEA

Tints of Medium Purple #957FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 29.22%
G = 24.9%
B = 45.88%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#957FEA (or 0x957FEA) is known color: Medium Purple. HEX triplet: 95, 7F and EA. RGB value is (149,127,234). Sum of RGB (Red+Green+Blue) = 149+127+234=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #957FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FEA is #6A8015. Grayscale: #919191. Windows color (decimal): -6979606 or 15368085. OLE color: 15368085.

HSL color Cylindrical-coordinate representation of color #957FEA: hue angle of 252.34º degrees, saturation: 0.72, 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 #957FEA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 127 234 -
CMYK 0.36 0.46 0 0.08
HSL 252.34º 0.72% 0.71% -
HSV(B) 252.34º 0.46% 0.92% -
XYZ 34.84 27.51 81.32 -
YUV 145.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 149 127 234 0.36 0.46 0 0.08 252.34 0.72 0.71
Hex 95 7F EA 24 2E 0 8 FC 48 47
Octal 225 177 352 44 56 0 10 374 110 107
Binary 10010101 1111111 11101010 100100 101110 0 1000 11111100 1001000 1000111

Color Harmonies of #957FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FEA

Black with #957FEA

Text Example


Text Example

White with #957FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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