Html Css Color HEX #905ADD Medium Purple

📋 copy color: '#905ADD'

red 144 ◦ green 90 ◦ blue 221

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

Shades of Medium Purple #905ADD

Tints of Medium Purple #905ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.78%

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

R = 31.65%
G = 19.78%
B = 48.57%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#905ADD (or 0x905ADD) is known color: Medium Purple. HEX triplet: 90, 5A and DD. RGB value is (144,90,221). Sum of RGB (Red+Green+Blue) = 144+90+221=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #905ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ADD is #6FA522. Grayscale: #787878. Windows color (decimal): -7316771 or 14506640. OLE color: 14506640.

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

Color convert

RGB 144 90 221 -
CMYK 0.35 0.59 0 0.13
HSL 264.73º 0.66% 0.61% -
HSV(B) 264.73º 0.59% 0.87% -
XYZ 28.21 18.46 70.48 -
YUV 121.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 144 90 221 0.35 0.59 0 0.13 264.73 0.66 0.61
Hex 90 5A DD 23 3B 0 D 109 42 3D
Octal 220 132 335 43 73 0 15 411 102 75
Binary 10010000 1011010 11011101 100011 111011 0 1101 100001001 1000010 111101

Color Harmonies of #905ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905ADD

Black with #905ADD

Text Example


Text Example

White with #905ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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