Html Css Color HEX #87478E Vivid Violet

📋 copy color: '#87478E'

red 135 ◦ green 71 ◦ blue 142

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

Shades of Vivid Violet #87478E

Tints of Vivid Violet #87478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 38.79%
G = 20.4%
B = 40.8%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87478E (or 0x87478E) is known color: Vivid Violet. HEX triplet: 87, 47 and 8E. RGB value is (135,71,142). Sum of RGB (Red+Green+Blue) = 135+71+142=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #87478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87478E is #78B871. Grayscale: #626262. Windows color (decimal): -7911538 or 9324423. OLE color: 9324423.

HSL color Cylindrical-coordinate representation of color #87478E: hue angle of 294.08º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87478E is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 71 142 -
CMYK 0.05 0.5 0 0.44
HSL 294.08º 0.33% 0.42% -
HSV(B) 294.08º 0.5% 0.56% -
XYZ 17.13 11.61 26.93 -
YUV 98.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 135 71 142 0.05 0.5 0 0.44 294.08 0.33 0.42
Hex 87 47 8E 5 32 0 2C 126 21 2A
Octal 207 107 216 5 62 0 54 446 41 52
Binary 10000111 1000111 10001110 101 110010 0 101100 100100110 100001 101010

Color Harmonies of #87478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87478E

Black with #87478E

Text Example


Text Example

White with #87478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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