Html Css Color HEX #874FD1 Amethyst

📋 copy color: '#874FD1'

red 135 ◦ green 79 ◦ blue 209

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

Shades of Amethyst #874FD1

Tints of Amethyst #874FD1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

 BLUE value IS 209 (82.03% from 255) = 49.41%

R = 31.91%
G = 18.68%
B = 49.41%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#874FD1 (or 0x874FD1) is known color: Amethyst. HEX triplet: 87, 4F and D1. RGB value is (135,79,209). Sum of RGB (Red+Green+Blue) = 135+79+209=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #874FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FD1 is #78B02E. Grayscale: #6E6E6E. Windows color (decimal): -7909423 or 13717383. OLE color: 13717383.

HSL color Cylindrical-coordinate representation of color #874FD1: hue angle of 265.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874FD1 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 79 209 -
CMYK 0.35 0.62 0 0.18
HSL 265.85º 0.59% 0.56% -
HSV(B) 265.85º 0.62% 0.82% -
XYZ 24.3 15.35 62 -
YUV 110.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 135 79 209 0.35 0.62 0 0.18 265.85 0.59 0.56
Hex 87 4F D1 23 3E 0 12 10A 3B 38
Octal 207 117 321 43 76 0 22 412 73 70
Binary 10000111 1001111 11010001 100011 111110 0 10010 100001010 111011 111000

Color Harmonies of #874FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FD1

Black with #874FD1

Text Example


Text Example

White with #874FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,209); }

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

background-color css

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

 a { background-color: rgb(135,79,209); }

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

border-color css

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

 span { border-color: rgb(135,79,209); }

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