Html Css Color HEX #905EDD Medium Purple

📋 copy color: '#905EDD'

red 144 ◦ green 94 ◦ blue 221

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

Shades of Medium Purple #905EDD

Tints of Medium Purple #905EDD

RGB

 RED value IS 144 (56.64% from 255) = 31.37%

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 31.37%
G = 20.48%
B = 48.15%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#905EDD (or 0x905EDD) is known color: Medium Purple. HEX triplet: 90, 5E and DD. RGB value is (144,94,221). Sum of RGB (Red+Green+Blue) = 144+94+221=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #905EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EDD is #6FA122. Grayscale: #7A7A7A. Windows color (decimal): -7315747 or 14507664. OLE color: 14507664.

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

Color convert

RGB 144 94 221 -
CMYK 0.35 0.57 0 0.13
HSL 263.62º 0.65% 0.62% -
HSV(B) 263.62º 0.57% 0.87% -
XYZ 28.56 19.16 70.6 -
YUV 123.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 144 94 221 0.35 0.57 0 0.13 263.62 0.65 0.62
Hex 90 5E DD 23 39 0 D 108 41 3E
Octal 220 136 335 43 71 0 15 410 101 76
Binary 10010000 1011110 11011101 100011 111001 0 1101 100001000 1000001 111110

Color Harmonies of #905EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905EDD

Black with #905EDD

Text Example


Text Example

White with #905EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905EDD; }

 p { color: rgb(144,94,221); }

 H1.HeaderClassName
 {
   color: #905EDD;
 }
 .AnyTagClassName
 {
   color: #905EDD;
 }
</style>

background-color css

<style>
 a { background-color: #905EDD; }

 a { background-color: rgb(144,94,221); }

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

border-color css

<style>
 span { border-color: #905EDD; }

 span { border-color: rgb(144,94,221); }

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