Html Css Color HEX #874FCC Amethyst

📋 copy color: '#874FCC'

red 135 ◦ green 79 ◦ blue 204

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

Shades of Amethyst #874FCC

Tints of Amethyst #874FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 32.3%
G = 18.9%
B = 48.8%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#874FCC (or 0x874FCC) is known color: Amethyst. HEX triplet: 87, 4F and CC. RGB value is (135,79,204). Sum of RGB (Red+Green+Blue) = 135+79+204=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #874FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FCC is #78B033. Grayscale: #6D6D6D. Windows color (decimal): -7909428 or 13389703. OLE color: 13389703.

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

Color convert

RGB 135 79 204 -
CMYK 0.34 0.61 0 0.2
HSL 266.88º 0.55% 0.55% -
HSV(B) 266.88º 0.61% 0.8% -
XYZ 23.69 15.1 58.79 -
YUV 109.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 135 79 204 0.34 0.61 0 0.2 266.88 0.55 0.55
Hex 87 4F CC 22 3D 0 14 10B 37 37
Octal 207 117 314 42 75 0 24 413 67 67
Binary 10000111 1001111 11001100 100010 111101 0 10100 100001011 110111 110111

Color Harmonies of #874FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FCC

Black with #874FCC

Text Example


Text Example

White with #874FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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