Html Css Color HEX #905DDD Medium Purple

📋 copy color: '#905DDD'

red 144 ◦ green 93 ◦ blue 221

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

Shades of Medium Purple #905DDD

Tints of Medium Purple #905DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

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

R = 31.44%
G = 20.31%
B = 48.25%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#905DDD (or 0x905DDD) is known color: Medium Purple. HEX triplet: 90, 5D and DD. RGB value is (144,93,221). Sum of RGB (Red+Green+Blue) = 144+93+221=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #905DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DDD is #6FA222. Grayscale: #7A7A7A. Windows color (decimal): -7316003 or 14507408. OLE color: 14507408.

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

Color convert

RGB 144 93 221 -
CMYK 0.35 0.58 0 0.13
HSL 263.91º 0.65% 0.62% -
HSV(B) 263.91º 0.58% 0.87% -
XYZ 28.47 18.98 70.57 -
YUV 122.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 144 93 221 0.35 0.58 0 0.13 263.91 0.65 0.62
Hex 90 5D DD 23 3A 0 D 108 41 3E
Octal 220 135 335 43 72 0 15 410 101 76
Binary 10010000 1011101 11011101 100011 111010 0 1101 100001000 1000001 111110

Color Harmonies of #905DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905DDD

Black with #905DDD

Text Example


Text Example

White with #905DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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