Html Css Color HEX #946ADB Medium Purple

📋 copy color: '#946ADB'

red 148 ◦ green 106 ◦ blue 219

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

Shades of Medium Purple #946ADB

Tints of Medium Purple #946ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 31.29%
G = 22.41%
B = 46.3%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#946ADB (or 0x946ADB) is known color: Medium Purple. HEX triplet: 94, 6A and DB. RGB value is (148,106,219). Sum of RGB (Red+Green+Blue) = 148+106+219=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #946ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ADB is #6B9524. Grayscale: #838383. Windows color (decimal): -7050533 or 14379668. OLE color: 14379668.

HSL color Cylindrical-coordinate representation of color #946ADB: hue angle of 262.3º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946ADB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 106 219 -
CMYK 0.32 0.52 0 0.14
HSL 262.3º 0.61% 0.64% -
HSV(B) 262.3º 0.52% 0.86% -
XYZ 30.15 21.72 69.62 -
YUV 131.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 148 106 219 0.32 0.52 0 0.14 262.3 0.61 0.64
Hex 94 6A DB 20 34 0 E 106 3D 40
Octal 224 152 333 40 64 0 16 406 75 100
Binary 10010100 1101010 11011011 100000 110100 0 1110 100000110 111101 1000000

Color Harmonies of #946ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ADB

Black with #946ADB

Text Example


Text Example

White with #946ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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