Html Css Color HEX #946DF1 Medium Purple

📋 copy color: '#946DF1'

red 148 ◦ green 109 ◦ blue 241

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

Shades of Medium Purple #946DF1

Tints of Medium Purple #946DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.39%

R = 29.72%
G = 21.89%
B = 48.39%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#946DF1 (or 0x946DF1) is known color: Medium Purple. HEX triplet: 94, 6D and F1. RGB value is (148,109,241). Sum of RGB (Red+Green+Blue) = 148+109+241=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #946DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DF1 is #6B920E. Grayscale: #878787. Windows color (decimal): -7049743 or 15822228. OLE color: 15822228.

HSL color Cylindrical-coordinate representation of color #946DF1: hue angle of 257.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #946DF1 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 109 241 -
CMYK 0.39 0.55 0 0.05
HSL 257.73º 0.83% 0.69% -
HSV(B) 257.73º 0.55% 0.95% -
XYZ 33.56 23.58 86 -
YUV 135.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 148 109 241 0.39 0.55 0 0.05 257.73 0.83 0.69
Hex 94 6D F1 27 37 0 5 102 52 45
Octal 224 155 361 47 67 0 5 402 122 105
Binary 10010100 1101101 11110001 100111 110111 0 101 100000010 1010010 1000101

Color Harmonies of #946DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DF1

Black with #946DF1

Text Example


Text Example

White with #946DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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