Html Css Color HEX #946FEE Medium Purple

📋 copy color: '#946FEE'

red 148 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #946FEE

Tints of Medium Purple #946FEE

RGB

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

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

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

R = 29.78%
G = 22.33%
B = 47.89%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#946FEE (or 0x946FEE) is known color: Medium Purple. HEX triplet: 94, 6F and EE. RGB value is (148,111,238). Sum of RGB (Red+Green+Blue) = 148+111+238=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #946FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FEE is #6B9011. Grayscale: #888888. Windows color (decimal): -7049234 or 15626132. OLE color: 15626132.

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

Color convert

RGB 148 111 238 -
CMYK 0.38 0.53 0 0.07
HSL 257.48º 0.79% 0.68% -
HSV(B) 257.48º 0.53% 0.93% -
XYZ 33.33 23.84 83.73 -
YUV 136.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 148 111 238 0.38 0.53 0 0.07 257.48 0.79 0.68
Hex 94 6F EE 26 35 0 7 101 4F 44
Octal 224 157 356 46 65 0 7 401 117 104
Binary 10010100 1101111 11101110 100110 110101 0 111 100000001 1001111 1000100

Color Harmonies of #946FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FEE

Black with #946FEE

Text Example


Text Example

White with #946FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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