Html Css Color HEX #906FD7 Medium Purple

📋 copy color: '#906FD7'

red 144 ◦ green 111 ◦ blue 215

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

Shades of Medium Purple #906FD7

Tints of Medium Purple #906FD7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

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

R = 30.64%
G = 23.62%
B = 45.74%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#906FD7 (or 0x906FD7) is known color: Medium Purple. HEX triplet: 90, 6F and D7. RGB value is (144,111,215). Sum of RGB (Red+Green+Blue) = 144+111+215=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #906FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FD7 is #6F9028. Grayscale: #848484. Windows color (decimal): -7311401 or 14118800. OLE color: 14118800.

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

Color convert

RGB 144 111 215 -
CMYK 0.33 0.48 0 0.16
HSL 259.04º 0.57% 0.64% -
HSV(B) 259.04º 0.48% 0.84% -
XYZ 29.45 22.2 67.02 -
YUV 132.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 144 111 215 0.33 0.48 0 0.16 259.04 0.57 0.64
Hex 90 6F D7 21 30 0 10 103 39 40
Octal 220 157 327 41 60 0 20 403 71 100
Binary 10010000 1101111 11010111 100001 110000 0 10000 100000011 111001 1000000

Color Harmonies of #906FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FD7

Black with #906FD7

Text Example


Text Example

White with #906FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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