Html Css Color HEX #946DD2 Medium Purple

📋 copy color: '#946DD2'

red 148 ◦ green 109 ◦ blue 210

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

Shades of Medium Purple #946DD2

Tints of Medium Purple #946DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.97%

R = 31.69%
G = 23.34%
B = 44.97%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#946DD2 (or 0x946DD2) is known color: Medium Purple. HEX triplet: 94, 6D and D2. RGB value is (148,109,210). Sum of RGB (Red+Green+Blue) = 148+109+210=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #946DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DD2 is #6B922D. Grayscale: #838383. Windows color (decimal): -7049774 or 13790612. OLE color: 13790612.

HSL color Cylindrical-coordinate representation of color #946DD2: hue angle of 263.17º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946DD2 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 109 210 -
CMYK 0.30 0.48 0 0.18
HSL 263.17º 0.53% 0.63% -
HSV(B) 263.17º 0.48% 0.82% -
XYZ 29.31 21.89 63.65 -
YUV 132.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 148 109 210 0.30 0.48 0 0.18 263.17 0.53 0.63
Hex 94 6D D2 1E 30 0 12 107 35 3F
Octal 224 155 322 36 60 0 22 407 65 77
Binary 10010100 1101101 11010010 11110 110000 0 10010 100000111 110101 111111

Color Harmonies of #946DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DD2

Black with #946DD2

Text Example


Text Example

White with #946DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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