Html Css Color HEX #946EDD Medium Purple

📋 copy color: '#946EDD'

red 148 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #946EDD

Tints of Medium Purple #946EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 30.9%
G = 22.96%
B = 46.14%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946EDD (or 0x946EDD) is known color: Medium Purple. HEX triplet: 94, 6E and DD. RGB value is (148,110,221). Sum of RGB (Red+Green+Blue) = 148+110+221=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #946EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EDD is #6B9122. Grayscale: #858585. Windows color (decimal): -7049507 or 14511764. OLE color: 14511764.

HSL color Cylindrical-coordinate representation of color #946EDD: hue angle of 260.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946EDD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 110 221 -
CMYK 0.33 0.50 0 0.13
HSL 260.54º 0.62% 0.65% -
HSV(B) 260.54º 0.5% 0.87% -
XYZ 30.84 22.67 71.16 -
YUV 134.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 148 110 221 0.33 0.50 0 0.13 260.54 0.62 0.65
Hex 94 6E DD 21 32 0 D 105 3E 41
Octal 224 156 335 41 62 0 15 405 76 101
Binary 10010100 1101110 11011101 100001 110010 0 1101 100000101 111110 1000001

Color Harmonies of #946EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EDD

Black with #946EDD

Text Example


Text Example

White with #946EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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