Html Css Color HEX #87469C Vivid Violet

📋 copy color: '#87469C'

red 135 ◦ green 70 ◦ blue 156

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

Shades of Vivid Violet #87469C

Tints of Vivid Violet #87469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 37.4%
G = 19.39%
B = 43.21%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87469C (or 0x87469C) is known color: Vivid Violet. HEX triplet: 87, 46 and 9C. RGB value is (135,70,156). Sum of RGB (Red+Green+Blue) = 135+70+156=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #87469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87469C is #78B963. Grayscale: #626262. Windows color (decimal): -7911780 or 10241671. OLE color: 10241671.

HSL color Cylindrical-coordinate representation of color #87469C: hue angle of 285.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #87469C is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 70 156 -
CMYK 0.13 0.55 0 0.39
HSL 285.35º 0.38% 0.44% -
HSV(B) 285.35º 0.55% 0.61% -
XYZ 18.18 11.93 32.8 -
YUV 99.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 135 70 156 0.13 0.55 0 0.39 285.35 0.38 0.44
Hex 87 46 9C D 37 0 27 11D 26 2C
Octal 207 106 234 15 67 0 47 435 46 54
Binary 10000111 1000110 10011100 1101 110111 0 100111 100011101 100110 101100

Color Harmonies of #87469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87469C

Black with #87469C

Text Example


Text Example

White with #87469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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