Html Css Color HEX #87329D Vivid Violet

📋 copy color: '#87329D'

red 135 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #87329D

Tints of Vivid Violet #87329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 39.47%
G = 14.62%
B = 45.91%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87329D (or 0x87329D) is known color: Vivid Violet. HEX triplet: 87, 32 and 9D. RGB value is (135,50,157). Sum of RGB (Red+Green+Blue) = 135+50+157=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #87329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87329D is #78CD62. Grayscale: #575757. Windows color (decimal): -7916899 or 10302087. OLE color: 10302087.

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

Color convert

RGB 135 50 157 -
CMYK 0.14 0.68 0 0.38
HSL 287.66º 0.52% 0.41% -
HSV(B) 287.66º 0.68% 0.62% -
XYZ 17.22 9.87 32.9 -
YUV 87.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 135 50 157 0.14 0.68 0 0.38 287.66 0.52 0.41
Hex 87 32 9D E 44 0 26 120 34 29
Octal 207 62 235 16 104 0 46 440 64 51
Binary 10000111 110010 10011101 1110 1000100 0 100110 100100000 110100 101001

Color Harmonies of #87329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87329D

Black with #87329D

Text Example


Text Example

White with #87329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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