Html Css Color HEX #946EE4 Medium Purple

📋 copy color: '#946EE4'

red 148 ◦ green 110 ◦ blue 228

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

Shades of Medium Purple #946EE4

Tints of Medium Purple #946EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 30.45%
G = 22.63%
B = 46.91%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#946EE4 (or 0x946EE4) is known color: Medium Purple. HEX triplet: 94, 6E and E4. RGB value is (148,110,228). Sum of RGB (Red+Green+Blue) = 148+110+228=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #946EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EE4 is #6B911B. Grayscale: #868686. Windows color (decimal): -7049500 or 14970516. OLE color: 14970516.

HSL color Cylindrical-coordinate representation of color #946EE4: hue angle of 259.32º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946EE4 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 110 228 -
CMYK 0.35 0.52 0 0.11
HSL 259.32º 0.69% 0.66% -
HSV(B) 259.32º 0.52% 0.89% -
XYZ 31.79 23.05 76.17 -
YUV 134.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 148 110 228 0.35 0.52 0 0.11 259.32 0.69 0.66
Hex 94 6E E4 23 34 0 B 103 45 42
Octal 224 156 344 43 64 0 13 403 105 102
Binary 10010100 1101110 11100100 100011 110100 0 1011 100000011 1000101 1000010

Color Harmonies of #946EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EE4

Black with #946EE4

Text Example


Text Example

White with #946EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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