Html Css Color HEX #873182 Dark Purple

📋 copy color: '#873182'

red 135 ◦ green 49 ◦ blue 130

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

Shades of Dark Purple #873182

Tints of Dark Purple #873182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 42.99%
G = 15.61%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#873182 (or 0x873182) is known color: Dark Purple. HEX triplet: 87, 31 and 82. RGB value is (135,49,130). Sum of RGB (Red+Green+Blue) = 135+49+130=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #873182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873182 is #78CE7D. Grayscale: #535353. Windows color (decimal): -7917182 or 8532359. OLE color: 8532359.

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

Color convert

RGB 135 49 130 -
CMYK 0 0.64 0.04 0.47
HSL 303.49º 0.47% 0.36% -
HSV(B) 303.49º 0.64% 0.53% -
XYZ 15.12 8.96 22.05 -
YUV 83.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 135 49 130 0 0.64 0.04 0.47 303.49 0.47 0.36
Hex 87 31 82 0 40 4 2F 12F 2F 24
Octal 207 61 202 0 100 4 57 457 57 44
Binary 10000111 110001 10000010 0 1000000 100 101111 100101111 101111 100100

Color Harmonies of #873182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873182

Black with #873182

Text Example


Text Example

White with #873182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873182; }

 p { color: rgb(135,49,130); }

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

background-color css

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

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

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

border-color css

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

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

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