Html Css Color HEX #914DDE Amethyst

📋 copy color: '#914DDE'

red 145 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #914DDE

Tints of Amethyst #914DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 32.66%
G = 17.34%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#914DDE (or 0x914DDE) is known color: Amethyst. HEX triplet: 91, 4D and DE. RGB value is (145,77,222). Sum of RGB (Red+Green+Blue) = 145+77+222=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #914DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DDE is #6EB221. Grayscale: #717171. Windows color (decimal): -7254562 or 14568849. OLE color: 14568849.

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

Color convert

RGB 145 77 222 -
CMYK 0.35 0.65 0 0.13
HSL 268.14º 0.69% 0.59% -
HSV(B) 268.14º 0.65% 0.87% -
XYZ 27.52 16.6 70.86 -
YUV 113.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 145 77 222 0.35 0.65 0 0.13 268.14 0.69 0.59
Hex 91 4D DE 23 41 0 D 10C 45 3B
Octal 221 115 336 43 101 0 15 414 105 73
Binary 10010001 1001101 11011110 100011 1000001 0 1101 100001100 1000101 111011

Color Harmonies of #914DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DDE

Black with #914DDE

Text Example


Text Example

White with #914DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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