Html Css Color HEX #906ED5 Medium Purple

📋 copy color: '#906ED5'

red 144 ◦ green 110 ◦ blue 213

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

Shades of Medium Purple #906ED5

Tints of Medium Purple #906ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 30.84%
G = 23.55%
B = 45.61%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#906ED5 (or 0x906ED5) is known color: Medium Purple. HEX triplet: 90, 6E and D5. RGB value is (144,110,213). Sum of RGB (Red+Green+Blue) = 144+110+213=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #906ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ED5 is #6F912A. Grayscale: #838383. Windows color (decimal): -7311659 or 13987472. OLE color: 13987472.

HSL color Cylindrical-coordinate representation of color #906ED5: hue angle of 259.81º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #906ED5 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 110 213 -
CMYK 0.32 0.48 0 0.16
HSL 259.81º 0.55% 0.63% -
HSV(B) 259.81º 0.48% 0.84% -
XYZ 29.09 21.89 65.64 -
YUV 131.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 144 110 213 0.32 0.48 0 0.16 259.81 0.55 0.63
Hex 90 6E D5 20 30 0 10 104 37 3F
Octal 220 156 325 40 60 0 20 404 67 77
Binary 10010000 1101110 11010101 100000 110000 0 10000 100000100 110111 111111

Color Harmonies of #906ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906ED5

Black with #906ED5

Text Example


Text Example

White with #906ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906ED5; }

 p { color: rgb(144,110,213); }

 H1.HeaderClassName
 {
   color: #906ED5;
 }
 .AnyTagClassName
 {
   color: #906ED5;
 }
</style>

background-color css

<style>
 a { background-color: #906ED5; }

 a { background-color: rgb(144,110,213); }

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

border-color css

<style>
 span { border-color: #906ED5; }

 span { border-color: rgb(144,110,213); }

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