Html Css Color HEX #873084 Dark Purple

📋 copy color: '#873084'

red 135 ◦ green 48 ◦ blue 132

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

Shades of Dark Purple #873084

Tints of Dark Purple #873084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 42.86%
G = 15.24%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#873084 (or 0x873084) is known color: Dark Purple. HEX triplet: 87, 30 and 84. RGB value is (135,48,132). Sum of RGB (Red+Green+Blue) = 135+48+132=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #873084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873084 is #78CF7B. Grayscale: #535353. Windows color (decimal): -7917436 or 8663175. OLE color: 8663175.

HSL color Cylindrical-coordinate representation of color #873084: hue angle of 302.07º 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 #873084 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 132 -
CMYK 0 0.64 0.02 0.47
HSL 302.07º 0.48% 0.36% -
HSV(B) 302.07º 0.64% 0.53% -
XYZ 15.21 8.93 22.75 -
YUV 83.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 135 48 132 0 0.64 0.02 0.47 302.07 0.48 0.36
Hex 87 30 84 0 40 2 2F 12E 30 24
Octal 207 60 204 0 100 2 57 456 60 44
Binary 10000111 110000 10000100 0 1000000 10 101111 100101110 110000 100100

Color Harmonies of #873084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873084

Black with #873084

Text Example


Text Example

White with #873084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873084; }

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

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

background-color css

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

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

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

border-color css

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

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

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