Html Css Color HEX #906EEF Medium Purple

📋 copy color: '#906EEF'

red 144 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #906EEF

Tints of Medium Purple #906EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 29.21%
G = 22.31%
B = 48.48%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#906EEF (or 0x906EEF) is known color: Medium Purple. HEX triplet: 90, 6E and EF. RGB value is (144,110,239). Sum of RGB (Red+Green+Blue) = 144+110+239=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #906EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EEF is #6F9110. Grayscale: #868686. Windows color (decimal): -7311633 or 15691408. OLE color: 15691408.

HSL color Cylindrical-coordinate representation of color #906EEF: hue angle of 255.81º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906EEF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 110 239 -
CMYK 0.40 0.54 0 0.06
HSL 255.81º 0.8% 0.68% -
HSV(B) 255.81º 0.54% 0.94% -
XYZ 32.66 23.31 84.44 -
YUV 134.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 144 110 239 0.40 0.54 0 0.06 255.81 0.8 0.68
Hex 90 6E EF 28 36 0 6 100 50 44
Octal 220 156 357 50 66 0 6 400 120 104
Binary 10010000 1101110 11101111 101000 110110 0 110 100000000 1010000 1000100

Color Harmonies of #906EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EEF

Black with #906EEF

Text Example


Text Example

White with #906EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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