Html Css Color HEX #874396 Vivid Violet

📋 copy color: '#874396'

red 135 ◦ green 67 ◦ blue 150

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

Shades of Vivid Violet #874396

Tints of Vivid Violet #874396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.03%

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

R = 38.35%
G = 19.03%
B = 42.61%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#874396 (or 0x874396) is known color: Vivid Violet. HEX triplet: 87, 43 and 96. RGB value is (135,67,150). Sum of RGB (Red+Green+Blue) = 135+67+150=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #874396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874396 is #78BC69. Grayscale: #606060. Windows color (decimal): -7912554 or 9847687. OLE color: 9847687.

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

Color convert

RGB 135 67 150 -
CMYK 0.1 0.55 0 0.41
HSL 289.16º 0.38% 0.43% -
HSV(B) 289.16º 0.55% 0.59% -
XYZ 17.5 11.37 30.13 -
YUV 96.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 135 67 150 0.1 0.55 0 0.41 289.16 0.38 0.43
Hex 87 43 96 A 37 0 29 121 26 2B
Octal 207 103 226 12 67 0 51 441 46 53
Binary 10000111 1000011 10010110 1010 110111 0 101001 100100001 100110 101011

Color Harmonies of #874396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874396

Black with #874396

Text Example


Text Example

White with #874396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874396; }

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

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

background-color css

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

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

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

border-color css

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

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

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