Html Css Color HEX #874AD0 Amethyst

📋 copy color: '#874AD0'

red 135 ◦ green 74 ◦ blue 208

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

Shades of Amethyst #874AD0

Tints of Amethyst #874AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

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

R = 32.37%
G = 17.75%
B = 49.88%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#874AD0 (or 0x874AD0) is known color: Amethyst. HEX triplet: 87, 4A and D0. RGB value is (135,74,208). Sum of RGB (Red+Green+Blue) = 135+74+208=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #874AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874AD0 is #78B52F. Grayscale: #6B6B6B. Windows color (decimal): -7910704 or 13650567. OLE color: 13650567.

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

Color convert

RGB 135 74 208 -
CMYK 0.35 0.64 0 0.18
HSL 267.31º 0.59% 0.55% -
HSV(B) 267.31º 0.64% 0.82% -
XYZ 23.83 14.6 61.24 -
YUV 107.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 135 74 208 0.35 0.64 0 0.18 267.31 0.59 0.55
Hex 87 4A D0 23 40 0 12 10B 3B 37
Octal 207 112 320 43 100 0 22 413 73 67
Binary 10000111 1001010 11010000 100011 1000000 0 10010 100001011 111011 110111

Color Harmonies of #874AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AD0

Black with #874AD0

Text Example


Text Example

White with #874AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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