Html Css Color HEX #906EED Medium Purple

📋 copy color: '#906EED'

red 144 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #906EED

Tints of Medium Purple #906EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 29.33%
G = 22.4%
B = 48.27%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#906EED (or 0x906EED) is known color: Medium Purple. HEX triplet: 90, 6E and ED. RGB value is (144,110,237). Sum of RGB (Red+Green+Blue) = 144+110+237=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #906EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EED is #6F9112. Grayscale: #868686. Windows color (decimal): -7311635 or 15560336. OLE color: 15560336.

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

Color convert

RGB 144 110 237 -
CMYK 0.39 0.54 0 0.07
HSL 256.06º 0.78% 0.68% -
HSV(B) 256.06º 0.54% 0.93% -
XYZ 32.36 23.2 82.89 -
YUV 134.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 144 110 237 0.39 0.54 0 0.07 256.06 0.78 0.68
Hex 90 6E ED 27 36 0 7 100 4E 44
Octal 220 156 355 47 66 0 7 400 116 104
Binary 10010000 1101110 11101101 100111 110110 0 111 100000000 1001110 1000100

Color Harmonies of #906EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EED

Black with #906EED

Text Example


Text Example

White with #906EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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