Html Css Color HEX #957EDF Medium Purple

📋 copy color: '#957EDF'

red 149 ◦ green 126 ◦ blue 223

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

Shades of Medium Purple #957EDF

Tints of Medium Purple #957EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.3%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 29.92%
G = 25.3%
B = 44.78%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#957EDF (or 0x957EDF) is known color: Medium Purple. HEX triplet: 95, 7E and DF. RGB value is (149,126,223). Sum of RGB (Red+Green+Blue) = 149+126+223=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #957EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EDF is #6A8120. Grayscale: #8F8F8F. Windows color (decimal): -6979873 or 14646933. OLE color: 14646933.

HSL color Cylindrical-coordinate representation of color #957EDF: hue angle of 254.23º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957EDF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 126 223 -
CMYK 0.33 0.43 0 0.13
HSL 254.23º 0.6% 0.68% -
HSV(B) 254.23º 0.43% 0.87% -
XYZ 33.17 26.64 73.21 -
YUV 143.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 149 126 223 0.33 0.43 0 0.13 254.23 0.6 0.68
Hex 95 7E DF 21 2B 0 D FE 3C 44
Octal 225 176 337 41 53 0 15 376 74 104
Binary 10010101 1111110 11011111 100001 101011 0 1101 11111110 111100 1000100

Color Harmonies of #957EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EDF

Black with #957EDF

Text Example


Text Example

White with #957EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,126,223); }

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

background-color css

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

 a { background-color: rgb(149,126,223); }

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

border-color css

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

 span { border-color: rgb(149,126,223); }

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