Html Css Color HEX #874FCD Amethyst

📋 copy color: '#874FCD'

red 135 ◦ green 79 ◦ blue 205

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

Shades of Amethyst #874FCD

Tints of Amethyst #874FCD

RGB

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

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

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

R = 32.22%
G = 18.85%
B = 48.93%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#874FCD (or 0x874FCD) is known color: Amethyst. HEX triplet: 87, 4F and CD. RGB value is (135,79,205). Sum of RGB (Red+Green+Blue) = 135+79+205=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #874FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FCD is #78B032. Grayscale: #6D6D6D. Windows color (decimal): -7909427 or 13455239. OLE color: 13455239.

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

Color convert

RGB 135 79 205 -
CMYK 0.34 0.61 0 0.20
HSL 266.67º 0.56% 0.56% -
HSV(B) 266.67º 0.61% 0.8% -
XYZ 23.81 15.15 59.43 -
YUV 110.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 135 79 205 0.34 0.61 0 0.20 266.67 0.56 0.56
Hex 87 4F CD 22 3D 0 14 10B 38 38
Octal 207 117 315 42 75 0 24 413 70 70
Binary 10000111 1001111 11001101 100010 111101 0 10100 100001011 111000 111000

Color Harmonies of #874FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FCD

Black with #874FCD

Text Example


Text Example

White with #874FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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