Html Css Color HEX #87219D Vivid Violet

📋 copy color: '#87219D'

red 135 ◦ green 33 ◦ blue 157

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

Shades of Vivid Violet #87219D

Tints of Vivid Violet #87219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 41.54%
G = 10.15%
B = 48.31%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87219D (or 0x87219D) is known color: Vivid Violet. HEX triplet: 87, 21 and 9D. RGB value is (135,33,157). Sum of RGB (Red+Green+Blue) = 135+33+157=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #87219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87219D is #78DE62. Grayscale: #4D4D4D. Windows color (decimal): -7921251 or 10297735. OLE color: 10297735.

HSL color Cylindrical-coordinate representation of color #87219D: hue angle of 289.35º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87219D is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 33 157 -
CMYK 0.14 0.79 0 0.38
HSL 289.35º 0.65% 0.37% -
HSV(B) 289.35º 0.79% 0.62% -
XYZ 16.62 8.67 32.7 -
YUV 77.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 135 33 157 0.14 0.79 0 0.38 289.35 0.65 0.37
Hex 87 21 9D E 4F 0 26 121 41 25
Octal 207 41 235 16 117 0 46 441 101 45
Binary 10000111 100001 10011101 1110 1001111 0 100110 100100001 1000001 100101

Color Harmonies of #87219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87219D

Black with #87219D

Text Example


Text Example

White with #87219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,33,157); }

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

background-color css

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

 a { background-color: rgb(135,33,157); }

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

border-color css

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

 span { border-color: rgb(135,33,157); }

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