Html Css Color HEX #946EF2 Medium Purple

📋 copy color: '#946EF2'

red 148 ◦ green 110 ◦ blue 242

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

Shades of Medium Purple #946EF2

Tints of Medium Purple #946EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 29.6%
G = 22%
B = 48.4%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#946EF2 (or 0x946EF2) is known color: Medium Purple. HEX triplet: 94, 6E and F2. RGB value is (148,110,242). Sum of RGB (Red+Green+Blue) = 148+110+242=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #946EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EF2 is #6B910D. Grayscale: #878787. Windows color (decimal): -7049486 or 15888020. OLE color: 15888020.

HSL color Cylindrical-coordinate representation of color #946EF2: hue angle of 257.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #946EF2 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 110 242 -
CMYK 0.39 0.55 0 0.05
HSL 257.27º 0.84% 0.69% -
HSV(B) 257.27º 0.55% 0.95% -
XYZ 33.82 23.86 86.83 -
YUV 136.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 148 110 242 0.39 0.55 0 0.05 257.27 0.84 0.69
Hex 94 6E F2 27 37 0 5 101 54 45
Octal 224 156 362 47 67 0 5 401 124 105
Binary 10010100 1101110 11110010 100111 110111 0 101 100000001 1010100 1000101

Color Harmonies of #946EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EF2

Black with #946EF2

Text Example


Text Example

White with #946EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,110,242); }

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

background-color css

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

 a { background-color: rgb(148,110,242); }

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

border-color css

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

 span { border-color: rgb(148,110,242); }

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