Html Css Color HEX #906DDB Medium Purple

📋 copy color: '#906DDB'

red 144 ◦ green 109 ◦ blue 219

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

Shades of Medium Purple #906DDB

Tints of Medium Purple #906DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 30.51%
G = 23.09%
B = 46.4%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#906DDB (or 0x906DDB) is known color: Medium Purple. HEX triplet: 90, 6D and DB. RGB value is (144,109,219). Sum of RGB (Red+Green+Blue) = 144+109+219=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #906DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DDB is #6F9224. Grayscale: #838383. Windows color (decimal): -7311909 or 14380432. OLE color: 14380432.

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

Color convert

RGB 144 109 219 -
CMYK 0.34 0.50 0 0.14
HSL 259.09º 0.6% 0.64% -
HSV(B) 259.09º 0.5% 0.86% -
XYZ 29.76 21.98 69.69 -
YUV 132.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 144 109 219 0.34 0.50 0 0.14 259.09 0.6 0.64
Hex 90 6D DB 22 32 0 E 103 3C 40
Octal 220 155 333 42 62 0 16 403 74 100
Binary 10010000 1101101 11011011 100010 110010 0 1110 100000011 111100 1000000

Color Harmonies of #906DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DDB

Black with #906DDB

Text Example


Text Example

White with #906DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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