Html Css Color HEX #906DDF Medium Purple

📋 copy color: '#906DDF'

red 144 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #906DDF

Tints of Medium Purple #906DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 30.25%
G = 22.9%
B = 46.85%

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

#906DDF (or 0x906DDF) is known color: Medium Purple. HEX triplet: 90, 6D and DF. RGB value is (144,109,223). Sum of RGB (Red+Green+Blue) = 144+109+223=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #906DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DDF is #6F9220. Grayscale: #848484. Windows color (decimal): -7311905 or 14642576. OLE color: 14642576.

HSL color Cylindrical-coordinate representation of color #906DDF: hue angle of 258.42º degrees, saturation: 0.64, 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 #906DDF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 109 223 -
CMYK 0.35 0.51 0 0.13
HSL 258.42º 0.64% 0.65% -
HSV(B) 258.42º 0.51% 0.87% -
XYZ 30.29 22.19 72.5 -
YUV 132.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 144 109 223 0.35 0.51 0 0.13 258.42 0.64 0.65
Hex 90 6D DF 23 33 0 D 102 40 41
Octal 220 155 337 43 63 0 15 402 100 101
Binary 10010000 1101101 11011111 100011 110011 0 1101 100000010 1000000 1000001

Color Harmonies of #906DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DDF

Black with #906DDF

Text Example


Text Example

White with #906DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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