Html Css Color HEX #87379B Vivid Violet

📋 copy color: '#87379B'

red 135 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #87379B

Tints of Vivid Violet #87379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 39.13%
G = 15.94%
B = 44.93%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87379B (or 0x87379B) is known color: Vivid Violet. HEX triplet: 87, 37 and 9B. RGB value is (135,55,155). Sum of RGB (Red+Green+Blue) = 135+55+155=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #87379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87379B is #78C864. Grayscale: #595959. Windows color (decimal): -7915621 or 10172295. OLE color: 10172295.

HSL color Cylindrical-coordinate representation of color #87379B: hue angle of 288º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87379B is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 55 155 -
CMYK 0.13 0.65 0 0.39
HSL 288º 0.48% 0.41% -
HSV(B) 288º 0.65% 0.61% -
XYZ 17.27 10.25 32.08 -
YUV 90.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 135 55 155 0.13 0.65 0 0.39 288 0.48 0.41
Hex 87 37 9B D 41 0 27 120 30 29
Octal 207 67 233 15 101 0 47 440 60 51
Binary 10000111 110111 10011011 1101 1000001 0 100111 100100000 110000 101001

Color Harmonies of #87379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87379B

Black with #87379B

Text Example


Text Example

White with #87379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87379B; }

 p { color: rgb(135,55,155); }

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

background-color css

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

 a { background-color: rgb(135,55,155); }

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

border-color css

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

 span { border-color: rgb(135,55,155); }

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