Html Css Color HEX #87318C Vivid Violet

📋 copy color: '#87318C'

red 135 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #87318C

Tints of Vivid Violet #87318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 41.67%
G = 15.12%
B = 43.21%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87318C (or 0x87318C) is known color: Vivid Violet. HEX triplet: 87, 31 and 8C. RGB value is (135,49,140). Sum of RGB (Red+Green+Blue) = 135+49+140=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #87318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87318C is #78CE73. Grayscale: #545454. Windows color (decimal): -7917172 or 9187719. OLE color: 9187719.

HSL color Cylindrical-coordinate representation of color #87318C: hue angle of 296.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87318C is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 49 140 -
CMYK 0.04 0.65 0 0.45
HSL 296.7º 0.48% 0.37% -
HSV(B) 296.7º 0.65% 0.55% -
XYZ 15.82 9.24 25.76 -
YUV 85.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 135 49 140 0.04 0.65 0 0.45 296.7 0.48 0.37
Hex 87 31 8C 4 41 0 2D 129 30 25
Octal 207 61 214 4 101 0 55 451 60 45
Binary 10000111 110001 10001100 100 1000001 0 101101 100101001 110000 100101

Color Harmonies of #87318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87318C

Black with #87318C

Text Example


Text Example

White with #87318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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