Html Css Color HEX #874DD0 Amethyst

📋 copy color: '#874DD0'

red 135 ◦ green 77 ◦ blue 208

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

Shades of Amethyst #874DD0

Tints of Amethyst #874DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 32.14%
G = 18.33%
B = 49.52%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#874DD0 (or 0x874DD0) is known color: Amethyst. HEX triplet: 87, 4D and D0. RGB value is (135,77,208). Sum of RGB (Red+Green+Blue) = 135+77+208=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #874DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DD0 is #78B22F. Grayscale: #6C6C6C. Windows color (decimal): -7909936 or 13651335. OLE color: 13651335.

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

Color convert

RGB 135 77 208 -
CMYK 0.35 0.63 0 0.18
HSL 266.56º 0.58% 0.56% -
HSV(B) 266.56º 0.63% 0.82% -
XYZ 24.03 15.01 61.31 -
YUV 109.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 135 77 208 0.35 0.63 0 0.18 266.56 0.58 0.56
Hex 87 4D D0 23 3F 0 12 10B 3A 38
Octal 207 115 320 43 77 0 22 413 72 70
Binary 10000111 1001101 11010000 100011 111111 0 10010 100001011 111010 111000

Color Harmonies of #874DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DD0

Black with #874DD0

Text Example


Text Example

White with #874DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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