Html Css Color HEX #873386 Vivid Violet

📋 copy color: '#873386'

red 135 ◦ green 51 ◦ blue 134

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

Shades of Vivid Violet #873386

Tints of Vivid Violet #873386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 42.19%
G = 15.94%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#873386 (or 0x873386) is known color: Vivid Violet. HEX triplet: 87, 33 and 86. RGB value is (135,51,134). Sum of RGB (Red+Green+Blue) = 135+51+134=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #873386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873386 is #78CC79. Grayscale: #555555. Windows color (decimal): -7916666 or 8795015. OLE color: 8795015.

HSL color Cylindrical-coordinate representation of color #873386: hue angle of 300.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873386 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 134 -
CMYK 0 0.62 0.01 0.47
HSL 300.71º 0.45% 0.36% -
HSV(B) 300.71º 0.62% 0.53% -
XYZ 15.48 9.24 23.52 -
YUV 85.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 135 51 134 0 0.62 0.01 0.47 300.71 0.45 0.36
Hex 87 33 86 0 3E 1 2F 12D 2D 24
Octal 207 63 206 0 76 1 57 455 55 44
Binary 10000111 110011 10000110 0 111110 1 101111 100101101 101101 100100

Color Harmonies of #873386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873386

Black with #873386

Text Example


Text Example

White with #873386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873386; }

 p { color: rgb(135,51,134); }

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

background-color css

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

 a { background-color: rgb(135,51,134); }

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

border-color css

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

 span { border-color: rgb(135,51,134); }

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