Html Css Color HEX #946FDE Medium Purple

📋 copy color: '#946FDE'

red 148 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #946FDE

Tints of Medium Purple #946FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 30.77%
G = 23.08%
B = 46.15%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946FDE (or 0x946FDE) is known color: Medium Purple. HEX triplet: 94, 6F and DE. RGB value is (148,111,222). Sum of RGB (Red+Green+Blue) = 148+111+222=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #946FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FDE is #6B9021. Grayscale: #868686. Windows color (decimal): -7049250 or 14577556. OLE color: 14577556.

HSL color Cylindrical-coordinate representation of color #946FDE: hue angle of 260º degrees, saturation: 0.63, 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 #946FDE is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 111 222 -
CMYK 0.33 0.5 0 0.13
HSL 260º 0.63% 0.65% -
HSV(B) 260º 0.5% 0.87% -
XYZ 31.08 22.94 71.9 -
YUV 134.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 148 111 222 0.33 0.5 0 0.13 260 0.63 0.65
Hex 94 6F DE 21 32 0 D 104 3F 41
Octal 224 157 336 41 62 0 15 404 77 101
Binary 10010100 1101111 11011110 100001 110010 0 1101 100000100 111111 1000001

Color Harmonies of #946FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FDE

Black with #946FDE

Text Example


Text Example

White with #946FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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