Html Css Color HEX #906EDF Medium Purple

📋 copy color: '#906EDF'

red 144 ◦ green 110 ◦ blue 223

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

Shades of Medium Purple #906EDF

Tints of Medium Purple #906EDF

RGB

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

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

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

R = 30.19%
G = 23.06%
B = 46.75%

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

#906EDF (or 0x906EDF) is known color: Medium Purple. HEX triplet: 90, 6E and DF. RGB value is (144,110,223). Sum of RGB (Red+Green+Blue) = 144+110+223=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #906EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EDF is #6F9120. Grayscale: #848484. Windows color (decimal): -7311649 or 14642832. OLE color: 14642832.

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

Color convert

RGB 144 110 223 -
CMYK 0.35 0.51 0 0.13
HSL 258.05º 0.64% 0.65% -
HSV(B) 258.05º 0.51% 0.87% -
XYZ 30.4 22.41 72.54 -
YUV 133.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 144 110 223 0.35 0.51 0 0.13 258.05 0.64 0.65
Hex 90 6E DF 23 33 0 D 102 40 41
Octal 220 156 337 43 63 0 15 402 100 101
Binary 10010000 1101110 11011111 100011 110011 0 1101 100000010 1000000 1000001

Color Harmonies of #906EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EDF

Black with #906EDF

Text Example


Text Example

White with #906EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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