Html Css Color HEX #946DDD Medium Purple

📋 copy color: '#946DDD'

red 148 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #946DDD

Tints of Medium Purple #946DDD

RGB

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

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

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

R = 30.96%
G = 22.8%
B = 46.23%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946DDD (or 0x946DDD) is known color: Medium Purple. HEX triplet: 94, 6D and DD. RGB value is (148,109,221). Sum of RGB (Red+Green+Blue) = 148+109+221=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #946DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DDD is #6B9222. Grayscale: #858585. Windows color (decimal): -7049763 or 14511508. OLE color: 14511508.

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

Color convert

RGB 148 109 221 -
CMYK 0.33 0.51 0 0.13
HSL 260.89º 0.62% 0.65% -
HSV(B) 260.89º 0.51% 0.87% -
XYZ 30.73 22.45 71.12 -
YUV 133.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 148 109 221 0.33 0.51 0 0.13 260.89 0.62 0.65
Hex 94 6D DD 21 33 0 D 105 3E 41
Octal 224 155 335 41 63 0 15 405 76 101
Binary 10010100 1101101 11011101 100001 110011 0 1101 100000101 111110 1000001

Color Harmonies of #946DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DDD

Black with #946DDD

Text Example


Text Example

White with #946DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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