Html Css Color HEX #946DD1 Medium Purple

📋 copy color: '#946DD1'

red 148 ◦ green 109 ◦ blue 209

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

Shades of Medium Purple #946DD1

Tints of Medium Purple #946DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 31.76%
G = 23.39%
B = 44.85%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#946DD1 (or 0x946DD1) is known color: Medium Purple. HEX triplet: 94, 6D and D1. RGB value is (148,109,209). Sum of RGB (Red+Green+Blue) = 148+109+209=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #946DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DD1 is #6B922E. Grayscale: #838383. Windows color (decimal): -7049775 or 13725076. OLE color: 13725076.

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

Color convert

RGB 148 109 209 -
CMYK 0.29 0.48 0 0.18
HSL 263.4º 0.52% 0.62% -
HSV(B) 263.4º 0.48% 0.82% -
XYZ 29.19 21.84 63 -
YUV 132.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 148 109 209 0.29 0.48 0 0.18 263.4 0.52 0.62
Hex 94 6D D1 1D 30 0 12 107 34 3E
Octal 224 155 321 35 60 0 22 407 64 76
Binary 10010100 1101101 11010001 11101 110000 0 10010 100000111 110100 111110

Color Harmonies of #946DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DD1

Black with #946DD1

Text Example


Text Example

White with #946DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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