Html Css Color HEX #906EDB Medium Purple

📋 copy color: '#906EDB'

red 144 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #906EDB

Tints of Medium Purple #906EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.26%

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

R = 30.44%
G = 23.26%
B = 46.3%

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

#906EDB (or 0x906EDB) is known color: Medium Purple. HEX triplet: 90, 6E and DB. RGB value is (144,110,219). Sum of RGB (Red+Green+Blue) = 144+110+219=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #906EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EDB is #6F9124. Grayscale: #848484. Windows color (decimal): -7311653 or 14380688. OLE color: 14380688.

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

Color convert

RGB 144 110 219 -
CMYK 0.34 0.50 0 0.14
HSL 258.72º 0.6% 0.65% -
HSV(B) 258.72º 0.5% 0.86% -
XYZ 29.86 22.2 69.73 -
YUV 132.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 144 110 219 0.34 0.50 0 0.14 258.72 0.6 0.65
Hex 90 6E DB 22 32 0 E 103 3C 41
Octal 220 156 333 42 62 0 16 403 74 101
Binary 10010000 1101110 11011011 100010 110010 0 1110 100000011 111100 1000001

Color Harmonies of #906EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EDB

Black with #906EDB

Text Example


Text Example

White with #906EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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