Html Css Color HEX #906FEC Medium Purple

📋 copy color: '#906FEC'

red 144 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #906FEC

Tints of Medium Purple #906FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 29.33%
G = 22.61%
B = 48.07%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#906FEC (or 0x906FEC) is known color: Medium Purple. HEX triplet: 90, 6F and EC. RGB value is (144,111,236). Sum of RGB (Red+Green+Blue) = 144+111+236=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #906FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FEC is #6F9013. Grayscale: #868686. Windows color (decimal): -7311380 or 15495056. OLE color: 15495056.

HSL color Cylindrical-coordinate representation of color #906FEC: hue angle of 255.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906FEC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 111 236 -
CMYK 0.39 0.53 0 0.07
HSL 255.84º 0.77% 0.68% -
HSV(B) 255.84º 0.53% 0.93% -
XYZ 32.33 23.35 82.16 -
YUV 135.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 144 111 236 0.39 0.53 0 0.07 255.84 0.77 0.68
Hex 90 6F EC 27 35 0 7 100 4D 44
Octal 220 157 354 47 65 0 7 400 115 104
Binary 10010000 1101111 11101100 100111 110101 0 111 100000000 1001101 1000100

Color Harmonies of #906FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FEC

Black with #906FEC

Text Example


Text Example

White with #906FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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