Html Css Color HEX #946EEC Medium Purple

📋 copy color: '#946EEC'

red 148 ◦ green 110 ◦ blue 236

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

Shades of Medium Purple #946EEC

Tints of Medium Purple #946EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 29.96%
G = 22.27%
B = 47.77%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#946EEC (or 0x946EEC) is known color: Medium Purple. HEX triplet: 94, 6E and EC. RGB value is (148,110,236). Sum of RGB (Red+Green+Blue) = 148+110+236=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #946EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EEC is #6B9113. Grayscale: #878787. Windows color (decimal): -7049492 or 15494804. OLE color: 15494804.

HSL color Cylindrical-coordinate representation of color #946EEC: hue angle of 258.1º degrees, saturation: 0.77, 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 #946EEC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 110 236 -
CMYK 0.37 0.53 0 0.07
HSL 258.1º 0.77% 0.68% -
HSV(B) 258.1º 0.53% 0.93% -
XYZ 32.93 23.5 82.16 -
YUV 135.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 148 110 236 0.37 0.53 0 0.07 258.1 0.77 0.68
Hex 94 6E EC 25 35 0 7 102 4D 44
Octal 224 156 354 45 65 0 7 402 115 104
Binary 10010100 1101110 11101100 100101 110101 0 111 100000010 1001101 1000100

Color Harmonies of #946EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EEC

Black with #946EEC

Text Example


Text Example

White with #946EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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