Html Css Color HEX #915EE5 Medium Purple

📋 copy color: '#915EE5'

red 145 ◦ green 94 ◦ blue 229

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

Shades of Medium Purple #915EE5

Tints of Medium Purple #915EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 30.98%
G = 20.09%
B = 48.93%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#915EE5 (or 0x915EE5) is known color: Medium Purple. HEX triplet: 91, 5E and E5. RGB value is (145,94,229). Sum of RGB (Red+Green+Blue) = 145+94+229=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #915EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EE5 is #6EA11A. Grayscale: #7C7C7C. Windows color (decimal): -7250203 or 15031953. OLE color: 15031953.

HSL color Cylindrical-coordinate representation of color #915EE5: hue angle of 262.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915EE5 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 94 229 -
CMYK 0.37 0.59 0 0.10
HSL 262.67º 0.72% 0.63% -
HSV(B) 262.67º 0.59% 0.9% -
XYZ 29.82 19.68 76.36 -
YUV 124.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 145 94 229 0.37 0.59 0 0.10 262.67 0.72 0.63
Hex 91 5E E5 25 3B 0 A 107 48 3F
Octal 221 136 345 45 73 0 12 407 110 77
Binary 10010001 1011110 11100101 100101 111011 0 1010 100000111 1001000 111111

Color Harmonies of #915EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EE5

Black with #915EE5

Text Example


Text Example

White with #915EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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