Html Css Color HEX #957EE0 Medium Purple

📋 copy color: '#957EE0'

red 149 ◦ green 126 ◦ blue 224

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

Shades of Medium Purple #957EE0

Tints of Medium Purple #957EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 29.86%
G = 25.25%
B = 44.89%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#957EE0 (or 0x957EE0) is known color: Medium Purple. HEX triplet: 95, 7E and E0. RGB value is (149,126,224). Sum of RGB (Red+Green+Blue) = 149+126+224=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #957EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EE0 is #6A811F. Grayscale: #8F8F8F. Windows color (decimal): -6979872 or 14712469. OLE color: 14712469.

HSL color Cylindrical-coordinate representation of color #957EE0: hue angle of 254.08º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957EE0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 126 224 -
CMYK 0.33 0.44 0 0.12
HSL 254.08º 0.61% 0.69% -
HSV(B) 254.08º 0.44% 0.88% -
XYZ 33.31 26.69 73.92 -
YUV 144.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 149 126 224 0.33 0.44 0 0.12 254.08 0.61 0.69
Hex 95 7E E0 21 2C 0 C FE 3D 45
Octal 225 176 340 41 54 0 14 376 75 105
Binary 10010101 1111110 11100000 100001 101100 0 1100 11111110 111101 1000101

Color Harmonies of #957EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EE0

Black with #957EE0

Text Example


Text Example

White with #957EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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