Html Css Color HEX #874D9C Vivid Violet

📋 copy color: '#874D9C'

red 135 ◦ green 77 ◦ blue 156

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

Shades of Vivid Violet #874D9C

Tints of Vivid Violet #874D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 36.68%
G = 20.92%
B = 42.39%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#874D9C (or 0x874D9C) is known color: Vivid Violet. HEX triplet: 87, 4D and 9C. RGB value is (135,77,156). Sum of RGB (Red+Green+Blue) = 135+77+156=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #874D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D9C is #78B263. Grayscale: #676767. Windows color (decimal): -7909988 or 10243463. OLE color: 10243463.

HSL color Cylindrical-coordinate representation of color #874D9C: hue angle of 284.05º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874D9C is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 77 156 -
CMYK 0.13 0.51 0 0.39
HSL 284.05º 0.34% 0.46% -
HSV(B) 284.05º 0.51% 0.61% -
XYZ 18.65 12.86 32.95 -
YUV 103.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 135 77 156 0.13 0.51 0 0.39 284.05 0.34 0.46
Hex 87 4D 9C D 33 0 27 11C 22 2E
Octal 207 115 234 15 63 0 47 434 42 56
Binary 10000111 1001101 10011100 1101 110011 0 100111 100011100 100010 101110

Color Harmonies of #874D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D9C

Black with #874D9C

Text Example


Text Example

White with #874D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,156); }

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

background-color css

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

 a { background-color: rgb(135,77,156); }

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

border-color css

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

 span { border-color: rgb(135,77,156); }

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