Html Css Color HEX #874A8C Vivid Violet

📋 copy color: '#874A8C'

red 135 ◦ green 74 ◦ blue 140

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

Shades of Vivid Violet #874A8C

Tints of Vivid Violet #874A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 38.68%
G = 21.2%
B = 40.11%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#874A8C (or 0x874A8C) is known color: Vivid Violet. HEX triplet: 87, 4A and 8C. RGB value is (135,74,140). Sum of RGB (Red+Green+Blue) = 135+74+140=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #874A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A8C is #78B573. Grayscale: #636363. Windows color (decimal): -7910772 or 9194119. OLE color: 9194119.

HSL color Cylindrical-coordinate representation of color #874A8C: hue angle of 295.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874A8C is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 74 140 -
CMYK 0.04 0.47 0 0.45
HSL 295.45º 0.31% 0.42% -
HSV(B) 295.45º 0.47% 0.55% -
XYZ 17.17 11.94 26.21 -
YUV 99.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 135 74 140 0.04 0.47 0 0.45 295.45 0.31 0.42
Hex 87 4A 8C 4 2F 0 2D 127 1F 2A
Octal 207 112 214 4 57 0 55 447 37 52
Binary 10000111 1001010 10001100 100 101111 0 101101 100100111 11111 101010

Color Harmonies of #874A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A8C

Black with #874A8C

Text Example


Text Example

White with #874A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,140); }

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

background-color css

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

 a { background-color: rgb(135,74,140); }

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

border-color css

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

 span { border-color: rgb(135,74,140); }

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