Html Css Color HEX #906EDA Medium Purple

📋 copy color: '#906EDA'

red 144 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #906EDA

Tints of Medium Purple #906EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 30.51%
G = 23.31%
B = 46.19%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#906EDA (or 0x906EDA) is known color: Medium Purple. HEX triplet: 90, 6E and DA. RGB value is (144,110,218). Sum of RGB (Red+Green+Blue) = 144+110+218=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #906EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EDA is #6F9125. Grayscale: #848484. Windows color (decimal): -7311654 or 14315152. OLE color: 14315152.

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

Color convert

RGB 144 110 218 -
CMYK 0.34 0.50 0 0.15
HSL 258.89º 0.59% 0.64% -
HSV(B) 258.89º 0.5% 0.85% -
XYZ 29.73 22.14 69.04 -
YUV 132.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 144 110 218 0.34 0.50 0 0.15 258.89 0.59 0.64
Hex 90 6E DA 22 32 0 F 103 3B 40
Octal 220 156 332 42 62 0 17 403 73 100
Binary 10010000 1101110 11011010 100010 110010 0 1111 100000011 111011 1000000

Color Harmonies of #906EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EDA

Black with #906EDA

Text Example


Text Example

White with #906EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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