Html Css Color HEX #906FE4 Medium Purple

📋 copy color: '#906FE4'

red 144 ◦ green 111 ◦ blue 228

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

Shades of Medium Purple #906FE4

Tints of Medium Purple #906FE4

RGB

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

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

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

R = 29.81%
G = 22.98%
B = 47.2%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#906FE4 (or 0x906FE4) is known color: Medium Purple. HEX triplet: 90, 6F and E4. RGB value is (144,111,228). Sum of RGB (Red+Green+Blue) = 144+111+228=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #906FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FE4 is #6F901B. Grayscale: #858585. Windows color (decimal): -7311388 or 14970768. OLE color: 14970768.

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

Color convert

RGB 144 111 228 -
CMYK 0.37 0.51 0 0.11
HSL 256.92º 0.68% 0.66% -
HSV(B) 256.92º 0.51% 0.89% -
XYZ 31.19 22.9 76.17 -
YUV 134.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 144 111 228 0.37 0.51 0 0.11 256.92 0.68 0.66
Hex 90 6F E4 25 33 0 B 101 44 42
Octal 220 157 344 45 63 0 13 401 104 102
Binary 10010000 1101111 11100100 100101 110011 0 1011 100000001 1000100 1000010

Color Harmonies of #906FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FE4

Black with #906FE4

Text Example


Text Example

White with #906FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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