Html Css Color HEX #906AEF Medium Purple

📋 copy color: '#906AEF'

red 144 ◦ green 106 ◦ blue 239

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

Shades of Medium Purple #906AEF

Tints of Medium Purple #906AEF

RGB

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

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

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

R = 29.45%
G = 21.68%
B = 48.88%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#906AEF (or 0x906AEF) is known color: Medium Purple. HEX triplet: 90, 6A and EF. RGB value is (144,106,239). Sum of RGB (Red+Green+Blue) = 144+106+239=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #906AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AEF is #6F9510. Grayscale: #848484. Windows color (decimal): -7312657 or 15690384. OLE color: 15690384.

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

Color convert

RGB 144 106 239 -
CMYK 0.40 0.56 0 0.06
HSL 257.14º 0.81% 0.68% -
HSV(B) 257.14º 0.56% 0.94% -
XYZ 32.24 22.47 84.3 -
YUV 132.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 144 106 239 0.40 0.56 0 0.06 257.14 0.81 0.68
Hex 90 6A EF 28 38 0 6 101 51 44
Octal 220 152 357 50 70 0 6 401 121 104
Binary 10010000 1101010 11101111 101000 111000 0 110 100000001 1010001 1000100

Color Harmonies of #906AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906AEF

Black with #906AEF

Text Example


Text Example

White with #906AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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