Html Css Color HEX #874CCE Amethyst

📋 copy color: '#874CCE'

red 135 ◦ green 76 ◦ blue 206

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

Shades of Amethyst #874CCE

Tints of Amethyst #874CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 32.37%
G = 18.23%
B = 49.4%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#874CCE (or 0x874CCE) is known color: Amethyst. HEX triplet: 87, 4C and CE. RGB value is (135,76,206). Sum of RGB (Red+Green+Blue) = 135+76+206=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #874CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CCE is #78B331. Grayscale: #6C6C6C. Windows color (decimal): -7910194 or 13520007. OLE color: 13520007.

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

Color convert

RGB 135 76 206 -
CMYK 0.34 0.63 0 0.19
HSL 267.23º 0.57% 0.55% -
HSV(B) 267.23º 0.63% 0.81% -
XYZ 23.72 14.78 59.99 -
YUV 108.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 135 76 206 0.34 0.63 0 0.19 267.23 0.57 0.55
Hex 87 4C CE 22 3F 0 13 10B 39 37
Octal 207 114 316 42 77 0 23 413 71 67
Binary 10000111 1001100 11001110 100010 111111 0 10011 100001011 111001 110111

Color Harmonies of #874CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CCE

Black with #874CCE

Text Example


Text Example

White with #874CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,206); }

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

background-color css

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

 a { background-color: rgb(135,76,206); }

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

border-color css

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

 span { border-color: rgb(135,76,206); }

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