Html Css Color HEX #946ED0 Medium Purple

📋 copy color: '#946ED0'

red 148 ◦ green 110 ◦ blue 208

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

Shades of Medium Purple #946ED0

Tints of Medium Purple #946ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 31.76%
G = 23.61%
B = 44.64%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#946ED0 (or 0x946ED0) is known color: Medium Purple. HEX triplet: 94, 6E and D0. RGB value is (148,110,208). Sum of RGB (Red+Green+Blue) = 148+110+208=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #946ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ED0 is #6B912F. Grayscale: #848484. Windows color (decimal): -7049520 or 13659796. OLE color: 13659796.

HSL color Cylindrical-coordinate representation of color #946ED0: hue angle of 263.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946ED0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 110 208 -
CMYK 0.29 0.47 0 0.18
HSL 263.27º 0.51% 0.62% -
HSV(B) 263.27º 0.47% 0.82% -
XYZ 29.17 22 62.38 -
YUV 132.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 148 110 208 0.29 0.47 0 0.18 263.27 0.51 0.62
Hex 94 6E D0 1D 2F 0 12 107 33 3E
Octal 224 156 320 35 57 0 22 407 63 76
Binary 10010100 1101110 11010000 11101 101111 0 10010 100000111 110011 111110

Color Harmonies of #946ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ED0

Black with #946ED0

Text Example


Text Example

White with #946ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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