Html Css Color HEX #874CA0 Vivid Violet

📋 copy color: '#874CA0'

red 135 ◦ green 76 ◦ blue 160

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

Shades of Vivid Violet #874CA0

Tints of Vivid Violet #874CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 36.39%
G = 20.49%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#874CA0 (or 0x874CA0) is known color: Vivid Violet. HEX triplet: 87, 4C and A0. RGB value is (135,76,160). Sum of RGB (Red+Green+Blue) = 135+76+160=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #874CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874CA0 is #78B35F. Grayscale: #666666. Windows color (decimal): -7910240 or 10505351. OLE color: 10505351.

HSL color Cylindrical-coordinate representation of color #874CA0: hue angle of 282.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874CA0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 76 160 -
CMYK 0.16 0.52 0 0.37
HSL 282.14º 0.36% 0.46% -
HSV(B) 282.14º 0.53% 0.63% -
XYZ 18.92 12.86 34.74 -
YUV 103.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 135 76 160 0.16 0.52 0 0.37 282.14 0.36 0.46
Hex 87 4C A0 10 34 0 25 11A 24 2E
Octal 207 114 240 20 64 0 45 432 44 56
Binary 10000111 1001100 10100000 10000 110100 0 100101 100011010 100100 101110

Color Harmonies of #874CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CA0

Black with #874CA0

Text Example


Text Example

White with #874CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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