Html Css Color HEX #873496 Vivid Violet

📋 copy color: '#873496'

red 135 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #873496

Tints of Vivid Violet #873496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 40.06%
G = 15.43%
B = 44.51%

CMYK

 C value IS 0.1

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#873496 (or 0x873496) is known color: Vivid Violet. HEX triplet: 87, 34 and 96. RGB value is (135,52,150). Sum of RGB (Red+Green+Blue) = 135+52+150=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #873496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873496 is #78CB69. Grayscale: #575757. Windows color (decimal): -7916394 or 9843847. OLE color: 9843847.

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

Color convert

RGB 135 52 150 -
CMYK 0.1 0.65 0 0.41
HSL 290.82º 0.49% 0.4% -
HSV(B) 290.82º 0.65% 0.59% -
XYZ 16.72 9.81 29.87 -
YUV 87.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 135 52 150 0.1 0.65 0 0.41 290.82 0.49 0.4
Hex 87 34 96 A 41 0 29 123 31 28
Octal 207 64 226 12 101 0 51 443 61 50
Binary 10000111 110100 10010110 1010 1000001 0 101001 100100011 110001 101000

Color Harmonies of #873496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873496

Black with #873496

Text Example


Text Example

White with #873496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873496; }

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

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

background-color css

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

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

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

border-color css

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

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

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