Html Css Color HEX #946DDC Medium Purple

📋 copy color: '#946DDC'

red 148 ◦ green 109 ◦ blue 220

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

Shades of Medium Purple #946DDC

Tints of Medium Purple #946DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 31.03%
G = 22.85%
B = 46.12%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#946DDC (or 0x946DDC) is known color: Medium Purple. HEX triplet: 94, 6D and DC. RGB value is (148,109,220). Sum of RGB (Red+Green+Blue) = 148+109+220=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #946DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DDC is #6B9223. Grayscale: #848484. Windows color (decimal): -7049764 or 14445972. OLE color: 14445972.

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

Color convert

RGB 148 109 220 -
CMYK 0.33 0.50 0 0.14
HSL 261.08º 0.61% 0.65% -
HSV(B) 261.08º 0.5% 0.86% -
XYZ 30.6 22.4 70.42 -
YUV 133.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 148 109 220 0.33 0.50 0 0.14 261.08 0.61 0.65
Hex 94 6D DC 21 32 0 E 105 3D 41
Octal 224 155 334 41 62 0 16 405 75 101
Binary 10010100 1101101 11011100 100001 110010 0 1110 100000101 111101 1000001

Color Harmonies of #946DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DDC

Black with #946DDC

Text Example


Text Example

White with #946DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,220); }

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

background-color css

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

 a { background-color: rgb(148,109,220); }

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

border-color css

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

 span { border-color: rgb(148,109,220); }

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