Html Css Color HEX #874BCF Amethyst

📋 copy color: '#874BCF'

red 135 ◦ green 75 ◦ blue 207

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

Shades of Amethyst #874BCF

Tints of Amethyst #874BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 32.37%
G = 17.99%
B = 49.64%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#874BCF (or 0x874BCF) is known color: Amethyst. HEX triplet: 87, 4B and CF. RGB value is (135,75,207). Sum of RGB (Red+Green+Blue) = 135+75+207=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #874BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BCF is #78B430. Grayscale: #6B6B6B. Windows color (decimal): -7910449 or 13585287. OLE color: 13585287.

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

Color convert

RGB 135 75 207 -
CMYK 0.35 0.64 0 0.19
HSL 267.27º 0.58% 0.55% -
HSV(B) 267.27º 0.64% 0.81% -
XYZ 23.77 14.69 60.61 -
YUV 107.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 135 75 207 0.35 0.64 0 0.19 267.27 0.58 0.55
Hex 87 4B CF 23 40 0 13 10B 3A 37
Octal 207 113 317 43 100 0 23 413 72 67
Binary 10000111 1001011 11001111 100011 1000000 0 10011 100001011 111010 110111

Color Harmonies of #874BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BCF

Black with #874BCF

Text Example


Text Example

White with #874BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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