Html Css Color HEX #906ED7 Medium Purple

📋 copy color: '#906ED7'

red 144 ◦ green 110 ◦ blue 215

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

Shades of Medium Purple #906ED7

Tints of Medium Purple #906ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 30.7%
G = 23.45%
B = 45.84%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#906ED7 (or 0x906ED7) is known color: Medium Purple. HEX triplet: 90, 6E and D7. RGB value is (144,110,215). Sum of RGB (Red+Green+Blue) = 144+110+215=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #906ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ED7 is #6F9128. Grayscale: #838383. Windows color (decimal): -7311657 or 14118544. OLE color: 14118544.

HSL color Cylindrical-coordinate representation of color #906ED7: hue angle of 259.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #906ED7 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 110 215 -
CMYK 0.33 0.49 0 0.16
HSL 259.43º 0.57% 0.64% -
HSV(B) 259.43º 0.49% 0.84% -
XYZ 29.34 21.99 66.99 -
YUV 132.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 144 110 215 0.33 0.49 0 0.16 259.43 0.57 0.64
Hex 90 6E D7 21 31 0 10 103 39 40
Octal 220 156 327 41 61 0 20 403 71 100
Binary 10010000 1101110 11010111 100001 110001 0 10000 100000011 111001 1000000

Color Harmonies of #906ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906ED7

Black with #906ED7

Text Example


Text Example

White with #906ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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