Html Css Color HEX #873087 Vivid Violet

📋 copy color: '#873087'

red 135 ◦ green 48 ◦ blue 135

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

Shades of Vivid Violet #873087

Tints of Vivid Violet #873087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 135 (53.13% from 255) = 42.45%

R = 42.45%
G = 15.09%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#873087 (or 0x873087) is known color: Vivid Violet. HEX triplet: 87, 30 and 87. RGB value is (135,48,135). Sum of RGB (Red+Green+Blue) = 135+48+135=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #873087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873087 is #78CF78. Grayscale: #535353. Windows color (decimal): -7917433 or 8859783. OLE color: 8859783.

HSL color Cylindrical-coordinate representation of color #873087: hue angle of 300º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873087 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 135 -
CMYK 0 0.64 0 0.47
HSL 300º 0.48% 0.36% -
HSV(B) 300º 0.64% 0.53% -
XYZ 15.42 9.01 23.85 -
YUV 83.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 135 48 135 0 0.64 0 0.47 300 0.48 0.36
Hex 87 30 87 0 40 0 2F 12C 30 24
Octal 207 60 207 0 100 0 57 454 60 44
Binary 10000111 110000 10000111 0 1000000 0 101111 100101100 110000 100100

Color Harmonies of #873087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873087

Black with #873087

Text Example


Text Example

White with #873087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873087; }

 p { color: rgb(135,48,135); }

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

background-color css

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

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

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

border-color css

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

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

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