Html Css Color HEX #944FEE Medium Purple

📋 copy color: '#944FEE'

red 148 ◦ green 79 ◦ blue 238

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

Shades of Medium Purple #944FEE

Tints of Medium Purple #944FEE

RGB

 RED value IS 148 (58.2% from 255) = 31.83%

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

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 31.83%
G = 16.99%
B = 51.18%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#944FEE (or 0x944FEE) is known color: Medium Purple. HEX triplet: 94, 4F and EE. RGB value is (148,79,238). Sum of RGB (Red+Green+Blue) = 148+79+238=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #944FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944FEE is #6BB011. Grayscale: #757575. Windows color (decimal): -7057426 or 15617940. OLE color: 15617940.

HSL color Cylindrical-coordinate representation of color #944FEE: hue angle of 266.04º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #944FEE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 79 238 -
CMYK 0.38 0.67 0 0.07
HSL 266.04º 0.82% 0.62% -
HSV(B) 266.04º 0.67% 0.93% -
XYZ 30.44 18.06 82.77 -
YUV 117.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 148 79 238 0.38 0.67 0 0.07 266.04 0.82 0.62
Hex 94 4F EE 26 43 0 7 10A 52 3E
Octal 224 117 356 46 103 0 7 412 122 76
Binary 10010100 1001111 11101110 100110 1000011 0 111 100001010 1010010 111110

Color Harmonies of #944FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944FEE

Black with #944FEE

Text Example


Text Example

White with #944FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944FEE; }

 p { color: rgb(148,79,238); }

 H1.HeaderClassName
 {
   color: #944FEE;
 }
 .AnyTagClassName
 {
   color: #944FEE;
 }
</style>

background-color css

<style>
 a { background-color: #944FEE; }

 a { background-color: rgb(148,79,238); }

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

border-color css

<style>
 span { border-color: #944FEE; }

 span { border-color: rgb(148,79,238); }

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