Html Css Color HEX #874796 Vivid Violet

📋 copy color: '#874796'

red 135 ◦ green 71 ◦ blue 150

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

Shades of Vivid Violet #874796

Tints of Vivid Violet #874796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 37.92%
G = 19.94%
B = 42.13%

CMYK

 C value IS 0.1

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#874796 (or 0x874796) is known color: Vivid Violet. HEX triplet: 87, 47 and 96. RGB value is (135,71,150). Sum of RGB (Red+Green+Blue) = 135+71+150=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #874796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874796 is #78B869. Grayscale: #626262. Windows color (decimal): -7911530 or 9848711. OLE color: 9848711.

HSL color Cylindrical-coordinate representation of color #874796: hue angle of 288.61º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874796 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 71 150 -
CMYK 0.1 0.53 0 0.41
HSL 288.61º 0.36% 0.43% -
HSV(B) 288.61º 0.53% 0.59% -
XYZ 17.75 11.86 30.21 -
YUV 99.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 135 71 150 0.1 0.53 0 0.41 288.61 0.36 0.43
Hex 87 47 96 A 35 0 29 121 24 2B
Octal 207 107 226 12 65 0 51 441 44 53
Binary 10000111 1000111 10010110 1010 110101 0 101001 100100001 100100 101011

Color Harmonies of #874796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874796

Black with #874796

Text Example


Text Example

White with #874796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874796; }

 p { color: rgb(135,71,150); }

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

background-color css

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

 a { background-color: rgb(135,71,150); }

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

border-color css

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

 span { border-color: rgb(135,71,150); }

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