Html Css Color HEX #874DCF Amethyst

📋 copy color: '#874DCF'

red 135 ◦ green 77 ◦ blue 207

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

Shades of Amethyst #874DCF

Tints of Amethyst #874DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 32.22%
G = 18.38%
B = 49.4%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#874DCF (or 0x874DCF) is known color: Amethyst. HEX triplet: 87, 4D and CF. RGB value is (135,77,207). Sum of RGB (Red+Green+Blue) = 135+77+207=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #874DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DCF is #78B230. Grayscale: #6C6C6C. Windows color (decimal): -7909937 or 13585799. OLE color: 13585799.

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

Color convert

RGB 135 77 207 -
CMYK 0.35 0.63 0 0.19
HSL 266.77º 0.58% 0.56% -
HSV(B) 266.77º 0.63% 0.81% -
XYZ 23.91 14.96 60.66 -
YUV 109.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 135 77 207 0.35 0.63 0 0.19 266.77 0.58 0.56
Hex 87 4D CF 23 3F 0 13 10B 3A 38
Octal 207 115 317 43 77 0 23 413 72 70
Binary 10000111 1001101 11001111 100011 111111 0 10011 100001011 111010 111000

Color Harmonies of #874DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DCF

Black with #874DCF

Text Example


Text Example

White with #874DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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