Html Css Color HEX #946ADF Medium Purple

📋 copy color: '#946ADF'

red 148 ◦ green 106 ◦ blue 223

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

Shades of Medium Purple #946ADF

Tints of Medium Purple #946ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.22%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 31.03%
G = 22.22%
B = 46.75%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946ADF (or 0x946ADF) is known color: Medium Purple. HEX triplet: 94, 6A and DF. RGB value is (148,106,223). Sum of RGB (Red+Green+Blue) = 148+106+223=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #946ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ADF is #6B9520. Grayscale: #838383. Windows color (decimal): -7050529 or 14641812. OLE color: 14641812.

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

Color convert

RGB 148 106 223 -
CMYK 0.34 0.52 0 0.13
HSL 261.54º 0.65% 0.65% -
HSV(B) 261.54º 0.52% 0.87% -
XYZ 30.69 21.93 72.43 -
YUV 131.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 148 106 223 0.34 0.52 0 0.13 261.54 0.65 0.65
Hex 94 6A DF 22 34 0 D 106 41 41
Octal 224 152 337 42 64 0 15 406 101 101
Binary 10010100 1101010 11011111 100010 110100 0 1101 100000110 1000001 1000001

Color Harmonies of #946ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ADF

Black with #946ADF

Text Example


Text Example

White with #946ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,223); }

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

background-color css

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

 a { background-color: rgb(148,106,223); }

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

border-color css

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

 span { border-color: rgb(148,106,223); }

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