Html Css Color HEX #946AD5 Medium Purple

📋 copy color: '#946AD5'

red 148 ◦ green 106 ◦ blue 213

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

Shades of Medium Purple #946AD5

Tints of Medium Purple #946AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 31.69%
G = 22.7%
B = 45.61%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#946AD5 (or 0x946AD5) is known color: Medium Purple. HEX triplet: 94, 6A and D5. RGB value is (148,106,213). Sum of RGB (Red+Green+Blue) = 148+106+213=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #946AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946AD5 is #6B952A. Grayscale: #828282. Windows color (decimal): -7050539 or 13986452. OLE color: 13986452.

HSL color Cylindrical-coordinate representation of color #946AD5: hue angle of 263.55º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946AD5 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 106 213 -
CMYK 0.31 0.50 0 0.16
HSL 263.55º 0.56% 0.63% -
HSV(B) 263.55º 0.5% 0.84% -
XYZ 29.38 21.41 65.53 -
YUV 130.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 148 106 213 0.31 0.50 0 0.16 263.55 0.56 0.63
Hex 94 6A D5 1F 32 0 10 108 38 3F
Octal 224 152 325 37 62 0 20 410 70 77
Binary 10010100 1101010 11010101 11111 110010 0 10000 100001000 111000 111111

Color Harmonies of #946AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AD5

Black with #946AD5

Text Example


Text Example

White with #946AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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