Html Css Color HEX #87468C Vivid Violet

📋 copy color: '#87468C'

red 135 ◦ green 70 ◦ blue 140

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

Shades of Vivid Violet #87468C

Tints of Vivid Violet #87468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 39.13%
G = 20.29%
B = 40.58%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87468C (or 0x87468C) is known color: Vivid Violet. HEX triplet: 87, 46 and 8C. RGB value is (135,70,140). Sum of RGB (Red+Green+Blue) = 135+70+140=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #87468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87468C is #78B973. Grayscale: #616161. Windows color (decimal): -7911796 or 9193095. OLE color: 9193095.

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

Color convert

RGB 135 70 140 -
CMYK 0.04 0.50 0 0.45
HSL 295.71º 0.33% 0.41% -
HSV(B) 295.71º 0.5% 0.55% -
XYZ 16.92 11.42 26.12 -
YUV 97.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 135 70 140 0.04 0.50 0 0.45 295.71 0.33 0.41
Hex 87 46 8C 4 32 0 2D 128 21 29
Octal 207 106 214 4 62 0 55 450 41 51
Binary 10000111 1000110 10001100 100 110010 0 101101 100101000 100001 101001

Color Harmonies of #87468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87468C

Black with #87468C

Text Example


Text Example

White with #87468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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