Html Css Color HEX #914CDA Amethyst

📋 copy color: '#914CDA'

red 145 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #914CDA

Tints of Amethyst #914CDA

RGB

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

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

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

R = 33.03%
G = 17.31%
B = 49.66%

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

#914CDA (or 0x914CDA) is known color: Amethyst. HEX triplet: 91, 4C and DA. RGB value is (145,76,218). Sum of RGB (Red+Green+Blue) = 145+76+218=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #914CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CDA is #6EB325. Grayscale: #707070. Windows color (decimal): -7254822 or 14306449. OLE color: 14306449.

HSL color Cylindrical-coordinate representation of color #914CDA: hue angle of 269.15º 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 #914CDA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 76 218 -
CMYK 0.33 0.65 0 0.15
HSL 269.15º 0.66% 0.58% -
HSV(B) 269.15º 0.65% 0.85% -
XYZ 26.92 16.25 68.05 -
YUV 112.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 145 76 218 0.33 0.65 0 0.15 269.15 0.66 0.58
Hex 91 4C DA 21 41 0 F 10D 42 3A
Octal 221 114 332 41 101 0 17 415 102 72
Binary 10010001 1001100 11011010 100001 1000001 0 1111 100001101 1000010 111010

Color Harmonies of #914CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CDA

Black with #914CDA

Text Example


Text Example

White with #914CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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