Html Css Color HEX #874DDB Amethyst

📋 copy color: '#874DDB'

red 135 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #874DDB

Tints of Amethyst #874DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 31.32%
G = 17.87%
B = 50.81%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#874DDB (or 0x874DDB) is known color: Amethyst. HEX triplet: 87, 4D and DB. RGB value is (135,77,219). Sum of RGB (Red+Green+Blue) = 135+77+219=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #874DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DDB is #78B224. Grayscale: #6E6E6E. Windows color (decimal): -7909925 or 14372231. OLE color: 14372231.

HSL color Cylindrical-coordinate representation of color #874DDB: hue angle of 264.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874DDB is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 77 219 -
CMYK 0.38 0.65 0 0.14
HSL 264.51º 0.66% 0.58% -
HSV(B) 264.51º 0.65% 0.86% -
XYZ 25.43 15.57 68.68 -
YUV 110.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 135 77 219 0.38 0.65 0 0.14 264.51 0.66 0.58
Hex 87 4D DB 26 41 0 E 109 42 3A
Octal 207 115 333 46 101 0 16 411 102 72
Binary 10000111 1001101 11011011 100110 1000001 0 1110 100001001 1000010 111010

Color Harmonies of #874DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DDB

Black with #874DDB

Text Example


Text Example

White with #874DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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