Html Css Color HEX #914DDA Amethyst

📋 copy color: '#914DDA'

red 145 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #914DDA

Tints of Amethyst #914DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 32.95%
G = 17.5%
B = 49.55%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#914DDA (or 0x914DDA) is known color: Amethyst. HEX triplet: 91, 4D and DA. RGB value is (145,77,218). Sum of RGB (Red+Green+Blue) = 145+77+218=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #914DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DDA is #6EB225. Grayscale: #707070. Windows color (decimal): -7254566 or 14306705. OLE color: 14306705.

HSL color Cylindrical-coordinate representation of color #914DDA: hue angle of 268.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914DDA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 77 218 -
CMYK 0.33 0.65 0 0.15
HSL 268.94º 0.66% 0.58% -
HSV(B) 268.94º 0.65% 0.85% -
XYZ 26.99 16.39 68.07 -
YUV 113.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 145 77 218 0.33 0.65 0 0.15 268.94 0.66 0.58
Hex 91 4D DA 21 41 0 F 10D 42 3A
Octal 221 115 332 41 101 0 17 415 102 72
Binary 10010001 1001101 11011010 100001 1000001 0 1111 100001101 1000010 111010

Color Harmonies of #914DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DDA

Black with #914DDA

Text Example


Text Example

White with #914DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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