Html Css Color HEX #914DDF Amethyst

📋 copy color: '#914DDF'

red 145 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #914DDF

Tints of Amethyst #914DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 32.58%
G = 17.3%
B = 50.11%

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

#914DDF (or 0x914DDF) is known color: Amethyst. HEX triplet: 91, 4D and DF. RGB value is (145,77,223). Sum of RGB (Red+Green+Blue) = 145+77+223=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #914DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DDF is #6EB220. Grayscale: #717171. Windows color (decimal): -7254561 or 14634385. OLE color: 14634385.

HSL color Cylindrical-coordinate representation of color #914DDF: hue angle of 267.95º degrees, saturation: 0.7, 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 #914DDF is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 77 223 -
CMYK 0.35 0.65 0 0.13
HSL 267.95º 0.7% 0.59% -
HSV(B) 267.95º 0.65% 0.87% -
XYZ 27.65 16.66 71.57 -
YUV 113.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 145 77 223 0.35 0.65 0 0.13 267.95 0.7 0.59
Hex 91 4D DF 23 41 0 D 10C 46 3B
Octal 221 115 337 43 101 0 15 414 106 73
Binary 10010001 1001101 11011111 100011 1000001 0 1101 100001100 1000110 111011

Color Harmonies of #914DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DDF

Black with #914DDF

Text Example


Text Example

White with #914DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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