Html Css Color HEX #906AF0 Medium Purple

📋 copy color: '#906AF0'

red 144 ◦ green 106 ◦ blue 240

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

Shades of Medium Purple #906AF0

Tints of Medium Purple #906AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 29.39%
G = 21.63%
B = 48.98%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#906AF0 (or 0x906AF0) is known color: Medium Purple. HEX triplet: 90, 6A and F0. RGB value is (144,106,240). Sum of RGB (Red+Green+Blue) = 144+106+240=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #906AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AF0 is #6F950F. Grayscale: #848484. Windows color (decimal): -7312656 or 15755920. OLE color: 15755920.

HSL color Cylindrical-coordinate representation of color #906AF0: hue angle of 257.01º degrees, saturation: 0.82, 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 #906AF0 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 106 240 -
CMYK 0.4 0.56 0 0.06
HSL 257.01º 0.82% 0.68% -
HSV(B) 257.01º 0.56% 0.94% -
XYZ 32.38 22.53 85.08 -
YUV 132.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 144 106 240 0.4 0.56 0 0.06 257.01 0.82 0.68
Hex 90 6A F0 28 38 0 6 101 52 44
Octal 220 152 360 50 70 0 6 401 122 104
Binary 10010000 1101010 11110000 101000 111000 0 110 100000001 1010010 1000100

Color Harmonies of #906AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906AF0

Black with #906AF0

Text Example


Text Example

White with #906AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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