Html Css Color HEX #874CCD Amethyst

📋 copy color: '#874CCD'

red 135 ◦ green 76 ◦ blue 205

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

Shades of Amethyst #874CCD

Tints of Amethyst #874CCD

RGB

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

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

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

R = 32.45%
G = 18.27%
B = 49.28%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#874CCD (or 0x874CCD) is known color: Amethyst. HEX triplet: 87, 4C and CD. RGB value is (135,76,205). Sum of RGB (Red+Green+Blue) = 135+76+205=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #874CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CCD is #78B332. Grayscale: #6B6B6B. Windows color (decimal): -7910195 or 13454471. OLE color: 13454471.

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

Color convert

RGB 135 76 205 -
CMYK 0.34 0.63 0 0.20
HSL 267.44º 0.56% 0.55% -
HSV(B) 267.44º 0.63% 0.8% -
XYZ 23.6 14.73 59.36 -
YUV 108.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 135 76 205 0.34 0.63 0 0.20 267.44 0.56 0.55
Hex 87 4C CD 22 3F 0 14 10B 38 37
Octal 207 114 315 42 77 0 24 413 70 67
Binary 10000111 1001100 11001101 100010 111111 0 10100 100001011 111000 110111

Color Harmonies of #874CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CCD

Black with #874CCD

Text Example


Text Example

White with #874CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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