Html Css Color HEX #957EDA Medium Purple

📋 copy color: '#957EDA'

red 149 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #957EDA

Tints of Medium Purple #957EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 30.22%
G = 25.56%
B = 44.22%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#957EDA (or 0x957EDA) is known color: Medium Purple. HEX triplet: 95, 7E and DA. RGB value is (149,126,218). Sum of RGB (Red+Green+Blue) = 149+126+218=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #957EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EDA is #6A8125. Grayscale: #8F8F8F. Windows color (decimal): -6979878 or 14319253. OLE color: 14319253.

HSL color Cylindrical-coordinate representation of color #957EDA: hue angle of 255º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957EDA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 126 218 -
CMYK 0.32 0.42 0 0.15
HSL 255º 0.55% 0.67% -
HSV(B) 255º 0.42% 0.85% -
XYZ 32.51 26.37 69.71 -
YUV 143.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 149 126 218 0.32 0.42 0 0.15 255 0.55 0.67
Hex 95 7E DA 20 2A 0 F FF 37 43
Octal 225 176 332 40 52 0 17 377 67 103
Binary 10010101 1111110 11011010 100000 101010 0 1111 11111111 110111 1000011

Color Harmonies of #957EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EDA

Black with #957EDA

Text Example


Text Example

White with #957EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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