Html Css Color HEX #87478C Vivid Violet

📋 copy color: '#87478C'

red 135 ◦ green 71 ◦ blue 140

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

Shades of Vivid Violet #87478C

Tints of Vivid Violet #87478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 39.02%
G = 20.52%
B = 40.46%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87478C (or 0x87478C) is known color: Vivid Violet. HEX triplet: 87, 47 and 8C. RGB value is (135,71,140). Sum of RGB (Red+Green+Blue) = 135+71+140=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #87478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87478C is #78B873. Grayscale: #616161. Windows color (decimal): -7911540 or 9193351. OLE color: 9193351.

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

Color convert

RGB 135 71 140 -
CMYK 0.04 0.49 0 0.45
HSL 295.65º 0.33% 0.41% -
HSV(B) 295.65º 0.49% 0.55% -
XYZ 16.98 11.55 26.15 -
YUV 98 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 135 71 140 0.04 0.49 0 0.45 295.65 0.33 0.41
Hex 87 47 8C 4 31 0 2D 128 21 29
Octal 207 107 214 4 61 0 55 450 41 51
Binary 10000111 1000111 10001100 100 110001 0 101101 100101000 100001 101001

Color Harmonies of #87478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87478C

Black with #87478C

Text Example


Text Example

White with #87478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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