Html Css Color HEX #87318E Vivid Violet

📋 copy color: '#87318E'

red 135 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #87318E

Tints of Vivid Violet #87318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 41.41%
G = 15.03%
B = 43.56%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87318E (or 0x87318E) is known color: Vivid Violet. HEX triplet: 87, 31 and 8E. RGB value is (135,49,142). Sum of RGB (Red+Green+Blue) = 135+49+142=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #87318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87318E is #78CE71. Grayscale: #555555. Windows color (decimal): -7917170 or 9318791. OLE color: 9318791.

HSL color Cylindrical-coordinate representation of color #87318E: hue angle of 295.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87318E is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 49 142 -
CMYK 0.05 0.65 0 0.44
HSL 295.48º 0.49% 0.37% -
HSV(B) 295.48º 0.65% 0.56% -
XYZ 15.97 9.3 26.54 -
YUV 85.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 135 49 142 0.05 0.65 0 0.44 295.48 0.49 0.37
Hex 87 31 8E 5 41 0 2C 127 31 25
Octal 207 61 216 5 101 0 54 447 61 45
Binary 10000111 110001 10001110 101 1000001 0 101100 100100111 110001 100101

Color Harmonies of #87318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87318E

Black with #87318E

Text Example


Text Example

White with #87318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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