Html Css Color HEX #873196 Vivid Violet

📋 copy color: '#873196'

red 135 ◦ green 49 ◦ blue 150

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

Shades of Vivid Violet #873196

Tints of Vivid Violet #873196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 40.42%
G = 14.67%
B = 44.91%

CMYK

 C value IS 0.1

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#873196 (or 0x873196) is known color: Vivid Violet. HEX triplet: 87, 31 and 96. RGB value is (135,49,150). Sum of RGB (Red+Green+Blue) = 135+49+150=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #873196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873196 is #78CE69. Grayscale: #555555. Windows color (decimal): -7917162 or 9843079. OLE color: 9843079.

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

Color convert

RGB 135 49 150 -
CMYK 0.1 0.67 0 0.41
HSL 291.09º 0.51% 0.39% -
HSV(B) 291.09º 0.67% 0.59% -
XYZ 16.6 9.55 29.82 -
YUV 86.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 135 49 150 0.1 0.67 0 0.41 291.09 0.51 0.39
Hex 87 31 96 A 43 0 29 123 33 27
Octal 207 61 226 12 103 0 51 443 63 47
Binary 10000111 110001 10010110 1010 1000011 0 101001 100100011 110011 100111

Color Harmonies of #873196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873196

Black with #873196

Text Example


Text Example

White with #873196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873196; }

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

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

background-color css

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

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

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

border-color css

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

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

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