Html Css Color HEX #873996 Vivid Violet

📋 copy color: '#873996'

red 135 ◦ green 57 ◦ blue 150

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

Shades of Vivid Violet #873996

Tints of Vivid Violet #873996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 39.47%
G = 16.67%
B = 43.86%

CMYK

 C value IS 0.1

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#873996 (or 0x873996) is known color: Vivid Violet. HEX triplet: 87, 39 and 96. RGB value is (135,57,150). Sum of RGB (Red+Green+Blue) = 135+57+150=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #873996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873996 is #78C669. Grayscale: #5A5A5A. Windows color (decimal): -7915114 or 9845127. OLE color: 9845127.

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

Color convert

RGB 135 57 150 -
CMYK 0.1 0.62 0 0.41
HSL 290.32º 0.45% 0.41% -
HSV(B) 290.32º 0.62% 0.59% -
XYZ 16.96 10.28 29.94 -
YUV 90.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 135 57 150 0.1 0.62 0 0.41 290.32 0.45 0.41
Hex 87 39 96 A 3E 0 29 122 2D 29
Octal 207 71 226 12 76 0 51 442 55 51
Binary 10000111 111001 10010110 1010 111110 0 101001 100100010 101101 101001

Color Harmonies of #873996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873996

Black with #873996

Text Example


Text Example

White with #873996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873996; }

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

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

background-color css

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

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

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

border-color css

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

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

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