Html Css Color HEX #946ADE Medium Purple

📋 copy color: '#946ADE'

red 148 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #946ADE

Tints of Medium Purple #946ADE

RGB

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

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

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

R = 31.09%
G = 22.27%
B = 46.64%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946ADE (or 0x946ADE) is known color: Medium Purple. HEX triplet: 94, 6A and DE. RGB value is (148,106,222). Sum of RGB (Red+Green+Blue) = 148+106+222=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #946ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ADE is #6B9521. Grayscale: #838383. Windows color (decimal): -7050530 or 14576276. OLE color: 14576276.

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

Color convert

RGB 148 106 222 -
CMYK 0.33 0.52 0 0.13
HSL 261.72º 0.64% 0.64% -
HSV(B) 261.72º 0.52% 0.87% -
XYZ 30.55 21.88 71.72 -
YUV 131.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 148 106 222 0.33 0.52 0 0.13 261.72 0.64 0.64
Hex 94 6A DE 21 34 0 D 106 40 40
Octal 224 152 336 41 64 0 15 406 100 100
Binary 10010100 1101010 11011110 100001 110100 0 1101 100000110 1000000 1000000

Color Harmonies of #946ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ADE

Black with #946ADE

Text Example


Text Example

White with #946ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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