Html Css Color HEX #946FDD Medium Purple

📋 copy color: '#946FDD'

red 148 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #946FDD

Tints of Medium Purple #946FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

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

R = 30.83%
G = 23.13%
B = 46.04%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946FDD (or 0x946FDD) is known color: Medium Purple. HEX triplet: 94, 6F and DD. RGB value is (148,111,221). Sum of RGB (Red+Green+Blue) = 148+111+221=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #946FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FDD is #6B9022. Grayscale: #868686. Windows color (decimal): -7049251 or 14512020. OLE color: 14512020.

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

Color convert

RGB 148 111 221 -
CMYK 0.33 0.50 0 0.13
HSL 260.18º 0.62% 0.65% -
HSV(B) 260.18º 0.5% 0.87% -
XYZ 30.95 22.89 71.19 -
YUV 134.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 148 111 221 0.33 0.50 0 0.13 260.18 0.62 0.65
Hex 94 6F DD 21 32 0 D 104 3E 41
Octal 224 157 335 41 62 0 15 404 76 101
Binary 10010100 1101111 11011101 100001 110010 0 1101 100000100 111110 1000001

Color Harmonies of #946FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FDD

Black with #946FDD

Text Example


Text Example

White with #946FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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