Html Css Color HEX #874FCF Amethyst

📋 copy color: '#874FCF'

red 135 ◦ green 79 ◦ blue 207

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

Shades of Amethyst #874FCF

Tints of Amethyst #874FCF

RGB

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

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

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

R = 32.07%
G = 18.76%
B = 49.17%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#874FCF (or 0x874FCF) is known color: Amethyst. HEX triplet: 87, 4F and CF. RGB value is (135,79,207). Sum of RGB (Red+Green+Blue) = 135+79+207=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #874FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FCF is #78B030. Grayscale: #6D6D6D. Windows color (decimal): -7909425 or 13586311. OLE color: 13586311.

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

Color convert

RGB 135 79 207 -
CMYK 0.35 0.62 0 0.19
HSL 266.25º 0.57% 0.56% -
HSV(B) 266.25º 0.62% 0.81% -
XYZ 24.05 15.25 60.71 -
YUV 110.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 135 79 207 0.35 0.62 0 0.19 266.25 0.57 0.56
Hex 87 4F CF 23 3E 0 13 10A 39 38
Octal 207 117 317 43 76 0 23 412 71 70
Binary 10000111 1001111 11001111 100011 111110 0 10011 100001010 111001 111000

Color Harmonies of #874FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FCF

Black with #874FCF

Text Example


Text Example

White with #874FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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