Html Css Color HEX #906DD3 Medium Purple

📋 copy color: '#906DD3'

red 144 ◦ green 109 ◦ blue 211

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

Shades of Medium Purple #906DD3

Tints of Medium Purple #906DD3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.49%

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 31.03%
G = 23.49%
B = 45.47%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#906DD3 (or 0x906DD3) is known color: Medium Purple. HEX triplet: 90, 6D and D3. RGB value is (144,109,211). Sum of RGB (Red+Green+Blue) = 144+109+211=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #906DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DD3 is #6F922C. Grayscale: #828282. Windows color (decimal): -7311917 or 13856144. OLE color: 13856144.

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

Color convert

RGB 144 109 211 -
CMYK 0.32 0.48 0 0.17
HSL 260.59º 0.54% 0.63% -
HSV(B) 260.59º 0.48% 0.83% -
XYZ 28.73 21.57 64.28 -
YUV 131.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 144 109 211 0.32 0.48 0 0.17 260.59 0.54 0.63
Hex 90 6D D3 20 30 0 11 105 36 3F
Octal 220 155 323 40 60 0 21 405 66 77
Binary 10010000 1101101 11010011 100000 110000 0 10001 100000101 110110 111111

Color Harmonies of #906DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DD3

Black with #906DD3

Text Example


Text Example

White with #906DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,109,211); }

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

background-color css

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

 a { background-color: rgb(144,109,211); }

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

border-color css

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

 span { border-color: rgb(144,109,211); }

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