Html Css Color HEX #914DDD Amethyst

📋 copy color: '#914DDD'

red 145 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #914DDD

Tints of Amethyst #914DDD

RGB

 RED value IS 145 (57.03% from 255) = 32.73%

 GREEN value IS 77 (30.47% from 255) = 17.38%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 32.73%
G = 17.38%
B = 49.89%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#914DDD (or 0x914DDD) is known color: Amethyst. HEX triplet: 91, 4D and DD. RGB value is (145,77,221). Sum of RGB (Red+Green+Blue) = 145+77+221=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #914DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DDD is #6EB222. Grayscale: #717171. Windows color (decimal): -7254563 or 14503313. OLE color: 14503313.

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

Color convert

RGB 145 77 221 -
CMYK 0.34 0.65 0 0.13
HSL 268.33º 0.68% 0.58% -
HSV(B) 268.33º 0.65% 0.87% -
XYZ 27.38 16.55 70.16 -
YUV 113.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 145 77 221 0.34 0.65 0 0.13 268.33 0.68 0.58
Hex 91 4D DD 22 41 0 D 10C 44 3A
Octal 221 115 335 42 101 0 15 414 104 72
Binary 10010001 1001101 11011101 100010 1000001 0 1101 100001100 1000100 111010

Color Harmonies of #914DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DDD

Black with #914DDD

Text Example


Text Example

White with #914DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914DDD; }

 p { color: rgb(145,77,221); }

 H1.HeaderClassName
 {
   color: #914DDD;
 }
 .AnyTagClassName
 {
   color: #914DDD;
 }
</style>

background-color css

<style>
 a { background-color: #914DDD; }

 a { background-color: rgb(145,77,221); }

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

border-color css

<style>
 span { border-color: #914DDD; }

 span { border-color: rgb(145,77,221); }

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