Html Css Color HEX #915EED Medium Purple

📋 copy color: '#915EED'

red 145 ◦ green 94 ◦ blue 237

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

Shades of Medium Purple #915EED

Tints of Medium Purple #915EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 30.46%
G = 19.75%
B = 49.79%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#915EED (or 0x915EED) is known color: Medium Purple. HEX triplet: 91, 5E and ED. RGB value is (145,94,237). Sum of RGB (Red+Green+Blue) = 145+94+237=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #915EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EED is #6EA112. Grayscale: #7D7D7D. Windows color (decimal): -7250195 or 15556241. OLE color: 15556241.

HSL color Cylindrical-coordinate representation of color #915EED: hue angle of 261.4º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915EED is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 94 237 -
CMYK 0.39 0.60 0 0.07
HSL 261.4º 0.8% 0.65% -
HSV(B) 261.4º 0.6% 0.93% -
XYZ 30.97 20.14 82.38 -
YUV 125.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 145 94 237 0.39 0.60 0 0.07 261.4 0.8 0.65
Hex 91 5E ED 27 3C 0 7 105 50 41
Octal 221 136 355 47 74 0 7 405 120 101
Binary 10010001 1011110 11101101 100111 111100 0 111 100000101 1010000 1000001

Color Harmonies of #915EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EED

Black with #915EED

Text Example


Text Example

White with #915EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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