Html Css Color HEX #874DCD Amethyst

📋 copy color: '#874DCD'

red 135 ◦ green 77 ◦ blue 205

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

Shades of Amethyst #874DCD

Tints of Amethyst #874DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 32.37%
G = 18.47%
B = 49.16%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#874DCD (or 0x874DCD) is known color: Amethyst. HEX triplet: 87, 4D and CD. RGB value is (135,77,205). Sum of RGB (Red+Green+Blue) = 135+77+205=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #874DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DCD is #78B232. Grayscale: #6C6C6C. Windows color (decimal): -7909939 or 13454727. OLE color: 13454727.

HSL color Cylindrical-coordinate representation of color #874DCD: hue angle of 267.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874DCD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 77 205 -
CMYK 0.34 0.62 0 0.20
HSL 267.19º 0.56% 0.55% -
HSV(B) 267.19º 0.62% 0.8% -
XYZ 23.67 14.87 59.38 -
YUV 108.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 135 77 205 0.34 0.62 0 0.20 267.19 0.56 0.55
Hex 87 4D CD 22 3E 0 14 10B 38 37
Octal 207 115 315 42 76 0 24 413 70 67
Binary 10000111 1001101 11001101 100010 111110 0 10100 100001011 111000 110111

Color Harmonies of #874DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DCD

Black with #874DCD

Text Example


Text Example

White with #874DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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