Html Css Color HEX #87478B Vivid Violet

📋 copy color: '#87478B'

red 135 ◦ green 71 ◦ blue 139

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

Shades of Vivid Violet #87478B

Tints of Vivid Violet #87478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 39.13%
G = 20.58%
B = 40.29%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87478B (or 0x87478B) is known color: Vivid Violet. HEX triplet: 87, 47 and 8B. RGB value is (135,71,139). Sum of RGB (Red+Green+Blue) = 135+71+139=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #87478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87478B is #78B874. Grayscale: #616161. Windows color (decimal): -7911541 or 9127815. OLE color: 9127815.

HSL color Cylindrical-coordinate representation of color #87478B: hue angle of 296.47º degrees, saturation: 0.32, 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 #87478B is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 71 139 -
CMYK 0.03 0.49 0 0.45
HSL 296.47º 0.32% 0.41% -
HSV(B) 296.47º 0.49% 0.55% -
XYZ 16.91 11.52 25.76 -
YUV 97.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 135 71 139 0.03 0.49 0 0.45 296.47 0.32 0.41
Hex 87 47 8B 3 31 0 2D 128 20 29
Octal 207 107 213 3 61 0 55 450 40 51
Binary 10000111 1000111 10001011 11 110001 0 101101 100101000 100000 101001

Color Harmonies of #87478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87478B

Black with #87478B

Text Example


Text Example

White with #87478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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