Html Css Color HEX #914CD7 Amethyst

📋 copy color: '#914CD7'

red 145 ◦ green 76 ◦ blue 215

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

Shades of Amethyst #914CD7

Tints of Amethyst #914CD7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 33.26%
G = 17.43%
B = 49.31%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#914CD7 (or 0x914CD7) is known color: Amethyst. HEX triplet: 91, 4C and D7. RGB value is (145,76,215). Sum of RGB (Red+Green+Blue) = 145+76+215=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #914CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CD7 is #6EB328. Grayscale: #6F6F6F. Windows color (decimal): -7254825 or 14109841. OLE color: 14109841.

HSL color Cylindrical-coordinate representation of color #914CD7: hue angle of 269.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914CD7 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 76 215 -
CMYK 0.33 0.65 0 0.16
HSL 269.78º 0.63% 0.57% -
HSV(B) 269.78º 0.65% 0.84% -
XYZ 26.53 16.09 66 -
YUV 112.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 145 76 215 0.33 0.65 0 0.16 269.78 0.63 0.57
Hex 91 4C D7 21 41 0 10 10E 3F 39
Octal 221 114 327 41 101 0 20 416 77 71
Binary 10010001 1001100 11010111 100001 1000001 0 10000 100001110 111111 111001

Color Harmonies of #914CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CD7

Black with #914CD7

Text Example


Text Example

White with #914CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,76,215); }

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

background-color css

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

 a { background-color: rgb(145,76,215); }

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

border-color css

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

 span { border-color: rgb(145,76,215); }

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