Html Css Color HEX #874DDA Amethyst

📋 copy color: '#874DDA'

red 135 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #874DDA

Tints of Amethyst #874DDA

RGB

 RED value IS 135 (53.13% from 255) = 31.4%

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

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

R = 31.4%
G = 17.91%
B = 50.7%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#874DDA (or 0x874DDA) is known color: Amethyst. HEX triplet: 87, 4D and DA. RGB value is (135,77,218). Sum of RGB (Red+Green+Blue) = 135+77+218=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #874DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DDA is #78B225. Grayscale: #6D6D6D. Windows color (decimal): -7909926 or 14306695. OLE color: 14306695.

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

Color convert

RGB 135 77 218 -
CMYK 0.38 0.65 0 0.15
HSL 264.68º 0.66% 0.58% -
HSV(B) 264.68º 0.65% 0.85% -
XYZ 25.3 15.52 67.99 -
YUV 110.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 135 77 218 0.38 0.65 0 0.15 264.68 0.66 0.58
Hex 87 4D DA 26 41 0 F 109 42 3A
Octal 207 115 332 46 101 0 17 411 102 72
Binary 10000111 1001101 11011010 100110 1000001 0 1111 100001001 1000010 111010

Color Harmonies of #874DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DDA

Black with #874DDA

Text Example


Text Example

White with #874DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874DDA; }

 p { color: rgb(135,77,218); }

 H1.HeaderClassName
 {
   color: #874DDA;
 }
 .AnyTagClassName
 {
   color: #874DDA;
 }
</style>

background-color css

<style>
 a { background-color: #874DDA; }

 a { background-color: rgb(135,77,218); }

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

border-color css

<style>
 span { border-color: #874DDA; }

 span { border-color: rgb(135,77,218); }

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