Html Css Color HEX #946FEF Medium Purple

📋 copy color: '#946FEF'

red 148 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #946FEF

Tints of Medium Purple #946FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 29.72%
G = 22.29%
B = 47.99%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#946FEF (or 0x946FEF) is known color: Medium Purple. HEX triplet: 94, 6F and EF. RGB value is (148,111,239). Sum of RGB (Red+Green+Blue) = 148+111+239=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #946FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FEF is #6B9010. Grayscale: #888888. Windows color (decimal): -7049233 or 15691668. OLE color: 15691668.

HSL color Cylindrical-coordinate representation of color #946FEF: hue angle of 257.34º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946FEF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 111 239 -
CMYK 0.38 0.54 0 0.06
HSL 257.34º 0.8% 0.69% -
HSV(B) 257.34º 0.54% 0.94% -
XYZ 33.48 23.9 84.51 -
YUV 136.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 148 111 239 0.38 0.54 0 0.06 257.34 0.8 0.69
Hex 94 6F EF 26 36 0 6 101 50 45
Octal 224 157 357 46 66 0 6 401 120 105
Binary 10010100 1101111 11101111 100110 110110 0 110 100000001 1010000 1000101

Color Harmonies of #946FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FEF

Black with #946FEF

Text Example


Text Example

White with #946FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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