Html Css Color HEX #915EDA Medium Purple

📋 copy color: '#915EDA'

red 145 ◦ green 94 ◦ blue 218

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

Shades of Medium Purple #915EDA

Tints of Medium Purple #915EDA

RGB

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

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

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

R = 31.73%
G = 20.57%
B = 47.7%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#915EDA (or 0x915EDA) is known color: Medium Purple. HEX triplet: 91, 5E and DA. RGB value is (145,94,218). Sum of RGB (Red+Green+Blue) = 145+94+218=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #915EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EDA is #6EA125. Grayscale: #7A7A7A. Windows color (decimal): -7250214 or 14311057. OLE color: 14311057.

HSL color Cylindrical-coordinate representation of color #915EDA: hue angle of 264.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #915EDA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 94 218 -
CMYK 0.33 0.57 0 0.15
HSL 264.68º 0.63% 0.61% -
HSV(B) 264.68º 0.57% 0.85% -
XYZ 28.33 19.09 68.52 -
YUV 123.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 145 94 218 0.33 0.57 0 0.15 264.68 0.63 0.61
Hex 91 5E DA 21 39 0 F 109 3F 3D
Octal 221 136 332 41 71 0 17 411 77 75
Binary 10010001 1011110 11011010 100001 111001 0 1111 100001001 111111 111101

Color Harmonies of #915EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EDA

Black with #915EDA

Text Example


Text Example

White with #915EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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