Html Css Color HEX #905FDD Medium Purple

📋 copy color: '#905FDD'

red 144 ◦ green 95 ◦ blue 221

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

Shades of Medium Purple #905FDD

Tints of Medium Purple #905FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.65%

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

R = 31.3%
G = 20.65%
B = 48.04%

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

#905FDD (or 0x905FDD) is known color: Medium Purple. HEX triplet: 90, 5F and DD. RGB value is (144,95,221). Sum of RGB (Red+Green+Blue) = 144+95+221=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #905FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FDD is #6FA022. Grayscale: #7B7B7B. Windows color (decimal): -7315491 or 14507920. OLE color: 14507920.

HSL color Cylindrical-coordinate representation of color #905FDD: hue angle of 263.33º 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 #905FDD is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 95 221 -
CMYK 0.35 0.57 0 0.13
HSL 263.33º 0.65% 0.62% -
HSV(B) 263.33º 0.57% 0.87% -
XYZ 28.64 19.33 70.63 -
YUV 124.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 144 95 221 0.35 0.57 0 0.13 263.33 0.65 0.62
Hex 90 5F DD 23 39 0 D 107 41 3E
Octal 220 137 335 43 71 0 15 407 101 76
Binary 10010000 1011111 11011101 100011 111001 0 1101 100000111 1000001 111110

Color Harmonies of #905FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905FDD

Black with #905FDD

Text Example


Text Example

White with #905FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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