Html Css Color HEX #87288D Vivid Violet

📋 copy color: '#87288D'

red 135 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #87288D

Tints of Vivid Violet #87288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 42.72%
G = 12.66%
B = 44.62%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87288D (or 0x87288D) is known color: Vivid Violet. HEX triplet: 87, 28 and 8D. RGB value is (135,40,141). Sum of RGB (Red+Green+Blue) = 135+40+141=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #87288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87288D is #78D772. Grayscale: #4F4F4F. Windows color (decimal): -7919475 or 9250951. OLE color: 9250951.

HSL color Cylindrical-coordinate representation of color #87288D: hue angle of 296.44º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87288D is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 40 141 -
CMYK 0.04 0.72 0 0.45
HSL 296.44º 0.56% 0.35% -
HSV(B) 296.44º 0.72% 0.55% -
XYZ 15.56 8.59 26.04 -
YUV 79.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 135 40 141 0.04 0.72 0 0.45 296.44 0.56 0.35
Hex 87 28 8D 4 48 0 2D 128 38 23
Octal 207 50 215 4 110 0 55 450 70 43
Binary 10000111 101000 10001101 100 1001000 0 101101 100101000 111000 100011

Color Harmonies of #87288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87288D

Black with #87288D

Text Example


Text Example

White with #87288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87288D; }

 p { color: rgb(135,40,141); }

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

background-color css

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

 a { background-color: rgb(135,40,141); }

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

border-color css

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

 span { border-color: rgb(135,40,141); }

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