Html Css Color HEX #917EDA Medium Purple

📋 copy color: '#917EDA'

red 145 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #917EDA

Tints of Medium Purple #917EDA

RGB

 RED value IS 145 (57.03% from 255) = 29.65%

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

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

R = 29.65%
G = 25.77%
B = 44.58%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#917EDA (or 0x917EDA) is known color: Medium Purple. HEX triplet: 91, 7E and DA. RGB value is (145,126,218). Sum of RGB (Red+Green+Blue) = 145+126+218=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #917EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EDA is #6E8125. Grayscale: #8D8D8D. Windows color (decimal): -7242022 or 14319249. OLE color: 14319249.

HSL color Cylindrical-coordinate representation of color #917EDA: hue angle of 252.39º 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 #917EDA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 126 218 -
CMYK 0.33 0.42 0 0.15
HSL 252.39º 0.55% 0.67% -
HSV(B) 252.39º 0.42% 0.85% -
XYZ 31.79 26 69.67 -
YUV 142.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 145 126 218 0.33 0.42 0 0.15 252.39 0.55 0.67
Hex 91 7E DA 21 2A 0 F FC 37 43
Octal 221 176 332 41 52 0 17 374 67 103
Binary 10010001 1111110 11011010 100001 101010 0 1111 11111100 110111 1000011

Color Harmonies of #917EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917EDA

Black with #917EDA

Text Example


Text Example

White with #917EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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