Html Css Color HEX #906DDD Medium Purple

📋 copy color: '#906DDD'

red 144 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #906DDD

Tints of Medium Purple #906DDD

RGB

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

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

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

R = 30.38%
G = 23%
B = 46.62%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#906DDD (or 0x906DDD) is known color: Medium Purple. HEX triplet: 90, 6D and DD. RGB value is (144,109,221). Sum of RGB (Red+Green+Blue) = 144+109+221=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #906DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DDD is #6F9222. Grayscale: #838383. Windows color (decimal): -7311907 or 14511504. OLE color: 14511504.

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

Color convert

RGB 144 109 221 -
CMYK 0.35 0.51 0 0.13
HSL 258.75º 0.62% 0.65% -
HSV(B) 258.75º 0.51% 0.87% -
XYZ 30.02 22.09 71.09 -
YUV 132.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 144 109 221 0.35 0.51 0 0.13 258.75 0.62 0.65
Hex 90 6D DD 23 33 0 D 103 3E 41
Octal 220 155 335 43 63 0 15 403 76 101
Binary 10010000 1101101 11011101 100011 110011 0 1101 100000011 111110 1000001

Color Harmonies of #906DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DDD

Black with #906DDD

Text Example


Text Example

White with #906DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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