Html Css Color HEX #957EDC Medium Purple

📋 copy color: '#957EDC'

red 149 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #957EDC

Tints of Medium Purple #957EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 30.1%
G = 25.45%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#957EDC (or 0x957EDC) is known color: Medium Purple. HEX triplet: 95, 7E and DC. RGB value is (149,126,220). Sum of RGB (Red+Green+Blue) = 149+126+220=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #957EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EDC is #6A8123. Grayscale: #8F8F8F. Windows color (decimal): -6979876 or 14450325. OLE color: 14450325.

HSL color Cylindrical-coordinate representation of color #957EDC: hue angle of 254.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957EDC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 126 220 -
CMYK 0.32 0.43 0 0.14
HSL 254.68º 0.57% 0.68% -
HSV(B) 254.68º 0.43% 0.86% -
XYZ 32.77 26.48 71.09 -
YUV 143.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 149 126 220 0.32 0.43 0 0.14 254.68 0.57 0.68
Hex 95 7E DC 20 2B 0 E FF 39 44
Octal 225 176 334 40 53 0 16 377 71 104
Binary 10010101 1111110 11011100 100000 101011 0 1110 11111111 111001 1000100

Color Harmonies of #957EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EDC

Black with #957EDC

Text Example


Text Example

White with #957EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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