Html Css Color HEX #915EDE Medium Purple

📋 copy color: '#915EDE'

red 145 ◦ green 94 ◦ blue 222

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

Shades of Medium Purple #915EDE

Tints of Medium Purple #915EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.39%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 31.45%
G = 20.39%
B = 48.16%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#915EDE (or 0x915EDE) is known color: Medium Purple. HEX triplet: 91, 5E and DE. RGB value is (145,94,222). Sum of RGB (Red+Green+Blue) = 145+94+222=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #915EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EDE is #6EA121. Grayscale: #7B7B7B. Windows color (decimal): -7250210 or 14573201. OLE color: 14573201.

HSL color Cylindrical-coordinate representation of color #915EDE: hue angle of 263.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915EDE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 94 222 -
CMYK 0.35 0.58 0 0.13
HSL 263.91º 0.66% 0.62% -
HSV(B) 263.91º 0.58% 0.87% -
XYZ 28.86 19.3 71.31 -
YUV 123.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 145 94 222 0.35 0.58 0 0.13 263.91 0.66 0.62
Hex 91 5E DE 23 3A 0 D 108 42 3E
Octal 221 136 336 43 72 0 15 410 102 76
Binary 10010001 1011110 11011110 100011 111010 0 1101 100001000 1000010 111110

Color Harmonies of #915EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EDE

Black with #915EDE

Text Example


Text Example

White with #915EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915EDE; }

 p { color: rgb(145,94,222); }

 H1.HeaderClassName
 {
   color: #915EDE;
 }
 .AnyTagClassName
 {
   color: #915EDE;
 }
</style>

background-color css

<style>
 a { background-color: #915EDE; }

 a { background-color: rgb(145,94,222); }

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

border-color css

<style>
 span { border-color: #915EDE; }

 span { border-color: rgb(145,94,222); }

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