Html Css Color HEX #906DEF Medium Purple

📋 copy color: '#906DEF'

red 144 ◦ green 109 ◦ blue 239

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

Shades of Medium Purple #906DEF

Tints of Medium Purple #906DEF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 29.27%
G = 22.15%
B = 48.58%

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

#906DEF (or 0x906DEF) is known color: Medium Purple. HEX triplet: 90, 6D and EF. RGB value is (144,109,239). Sum of RGB (Red+Green+Blue) = 144+109+239=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #906DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DEF is #6F9210. Grayscale: #858585. Windows color (decimal): -7311889 or 15691152. OLE color: 15691152.

HSL color Cylindrical-coordinate representation of color #906DEF: hue angle of 256.15º 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 #906DEF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 109 239 -
CMYK 0.40 0.54 0 0.06
HSL 256.15º 0.8% 0.68% -
HSV(B) 256.15º 0.54% 0.94% -
XYZ 32.55 23.1 84.4 -
YUV 134.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 144 109 239 0.40 0.54 0 0.06 256.15 0.8 0.68
Hex 90 6D EF 28 36 0 6 100 50 44
Octal 220 155 357 50 66 0 6 400 120 104
Binary 10010000 1101101 11101111 101000 110110 0 110 100000000 1010000 1000100

Color Harmonies of #906DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DEF

Black with #906DEF

Text Example


Text Example

White with #906DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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