Html Css Color HEX #906DDA Medium Purple

📋 copy color: '#906DDA'

red 144 ◦ green 109 ◦ blue 218

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

Shades of Medium Purple #906DDA

Tints of Medium Purple #906DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 30.57%
G = 23.14%
B = 46.28%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#906DDA (or 0x906DDA) is known color: Medium Purple. HEX triplet: 90, 6D and DA. RGB value is (144,109,218). Sum of RGB (Red+Green+Blue) = 144+109+218=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #906DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DDA is #6F9225. Grayscale: #838383. Windows color (decimal): -7311910 or 14314896. OLE color: 14314896.

HSL color Cylindrical-coordinate representation of color #906DDA: hue angle of 259.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906DDA is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 109 218 -
CMYK 0.34 0.5 0 0.15
HSL 259.27º 0.6% 0.64% -
HSV(B) 259.27º 0.5% 0.85% -
XYZ 29.63 21.93 69 -
YUV 131.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 144 109 218 0.34 0.5 0 0.15 259.27 0.6 0.64
Hex 90 6D DA 22 32 0 F 103 3C 40
Octal 220 155 332 42 62 0 17 403 74 100
Binary 10010000 1101101 11011010 100010 110010 0 1111 100000011 111100 1000000

Color Harmonies of #906DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DDA

Black with #906DDA

Text Example


Text Example

White with #906DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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