Html Css Color HEX #906ADE Medium Purple

📋 copy color: '#906ADE'

red 144 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #906ADE

Tints of Medium Purple #906ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 30.51%
G = 22.46%
B = 47.03%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#906ADE (or 0x906ADE) is known color: Medium Purple. HEX triplet: 90, 6A and DE. RGB value is (144,106,222). Sum of RGB (Red+Green+Blue) = 144+106+222=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #906ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ADE is #6F9521. Grayscale: #828282. Windows color (decimal): -7312674 or 14576272. OLE color: 14576272.

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

Color convert

RGB 144 106 222 -
CMYK 0.35 0.52 0 0.13
HSL 259.66º 0.64% 0.64% -
HSV(B) 259.66º 0.52% 0.87% -
XYZ 29.84 21.51 71.69 -
YUV 130.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 144 106 222 0.35 0.52 0 0.13 259.66 0.64 0.64
Hex 90 6A DE 23 34 0 D 104 40 40
Octal 220 152 336 43 64 0 15 404 100 100
Binary 10010000 1101010 11011110 100011 110100 0 1101 100000100 1000000 1000000

Color Harmonies of #906ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906ADE

Black with #906ADE

Text Example


Text Example

White with #906ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,106,222); }

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

background-color css

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

 a { background-color: rgb(144,106,222); }

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

border-color css

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

 span { border-color: rgb(144,106,222); }

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