Html Css Color HEX #906EE4 Medium Purple

📋 copy color: '#906EE4'

red 144 ◦ green 110 ◦ blue 228

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

Shades of Medium Purple #906EE4

Tints of Medium Purple #906EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 29.88%
G = 22.82%
B = 47.3%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#906EE4 (or 0x906EE4) is known color: Medium Purple. HEX triplet: 90, 6E and E4. RGB value is (144,110,228). Sum of RGB (Red+Green+Blue) = 144+110+228=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #906EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EE4 is #6F911B. Grayscale: #858585. Windows color (decimal): -7311644 or 14970512. OLE color: 14970512.

HSL color Cylindrical-coordinate representation of color #906EE4: hue angle of 257.29º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906EE4 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 110 228 -
CMYK 0.37 0.52 0 0.11
HSL 257.29º 0.69% 0.66% -
HSV(B) 257.29º 0.52% 0.89% -
XYZ 31.08 22.68 76.14 -
YUV 133.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 144 110 228 0.37 0.52 0 0.11 257.29 0.69 0.66
Hex 90 6E E4 25 34 0 B 101 45 42
Octal 220 156 344 45 64 0 13 401 105 102
Binary 10010000 1101110 11100100 100101 110100 0 1011 100000001 1000101 1000010

Color Harmonies of #906EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EE4

Black with #906EE4

Text Example


Text Example

White with #906EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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