Html Css Color HEX #904FEA Medium Purple

📋 copy color: '#904FEA'

red 144 ◦ green 79 ◦ blue 234

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

Shades of Medium Purple #904FEA

Tints of Medium Purple #904FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 31.51%
G = 17.29%
B = 51.2%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#904FEA (or 0x904FEA) is known color: Medium Purple. HEX triplet: 90, 4F and EA. RGB value is (144,79,234). Sum of RGB (Red+Green+Blue) = 144+79+234=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #904FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904FEA is #6FB015. Grayscale: #737373. Windows color (decimal): -7319574 or 15355792. OLE color: 15355792.

HSL color Cylindrical-coordinate representation of color #904FEA: hue angle of 265.16º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904FEA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 79 234 -
CMYK 0.38 0.66 0 0.08
HSL 265.16º 0.79% 0.61% -
HSV(B) 265.16º 0.66% 0.92% -
XYZ 29.15 17.46 79.68 -
YUV 116.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 144 79 234 0.38 0.66 0 0.08 265.16 0.79 0.61
Hex 90 4F EA 26 42 0 8 109 4F 3D
Octal 220 117 352 46 102 0 10 411 117 75
Binary 10010000 1001111 11101010 100110 1000010 0 1000 100001001 1001111 111101

Color Harmonies of #904FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904FEA

Black with #904FEA

Text Example


Text Example

White with #904FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904FEA; }

 p { color: rgb(144,79,234); }

 H1.HeaderClassName
 {
   color: #904FEA;
 }
 .AnyTagClassName
 {
   color: #904FEA;
 }
</style>

background-color css

<style>
 a { background-color: #904FEA; }

 a { background-color: rgb(144,79,234); }

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

border-color css

<style>
 span { border-color: #904FEA; }

 span { border-color: rgb(144,79,234); }

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