Html Css Color HEX #914DDC Amethyst

📋 copy color: '#914DDC'

red 145 ◦ green 77 ◦ blue 220

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

Shades of Amethyst #914DDC

Tints of Amethyst #914DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 32.81%
G = 17.42%
B = 49.77%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#914DDC (or 0x914DDC) is known color: Amethyst. HEX triplet: 91, 4D and DC. RGB value is (145,77,220). Sum of RGB (Red+Green+Blue) = 145+77+220=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #914DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DDC is #6EB223. Grayscale: #717171. Windows color (decimal): -7254564 or 14437777. OLE color: 14437777.

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

Color convert

RGB 145 77 220 -
CMYK 0.34 0.65 0 0.14
HSL 268.53º 0.67% 0.58% -
HSV(B) 268.53º 0.65% 0.86% -
XYZ 27.25 16.49 69.46 -
YUV 113.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 145 77 220 0.34 0.65 0 0.14 268.53 0.67 0.58
Hex 91 4D DC 22 41 0 E 10D 43 3A
Octal 221 115 334 42 101 0 16 415 103 72
Binary 10010001 1001101 11011100 100010 1000001 0 1110 100001101 1000011 111010

Color Harmonies of #914DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DDC

Black with #914DDC

Text Example


Text Example

White with #914DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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