Html Css Color HEX #873382 Dark Purple

📋 copy color: '#873382'

red 135 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #873382

Tints of Dark Purple #873382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 42.72%
G = 16.14%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#873382 (or 0x873382) is known color: Dark Purple. HEX triplet: 87, 33 and 82. RGB value is (135,51,130). Sum of RGB (Red+Green+Blue) = 135+51+130=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #873382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873382 is #78CC7D. Grayscale: #545454. Windows color (decimal): -7916670 or 8532871. OLE color: 8532871.

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

Color convert

RGB 135 51 130 -
CMYK 0 0.62 0.04 0.47
HSL 303.57º 0.45% 0.36% -
HSV(B) 303.57º 0.62% 0.53% -
XYZ 15.2 9.13 22.08 -
YUV 85.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 135 51 130 0 0.62 0.04 0.47 303.57 0.45 0.36
Hex 87 33 82 0 3E 4 2F 130 2D 24
Octal 207 63 202 0 76 4 57 460 55 44
Binary 10000111 110011 10000010 0 111110 100 101111 100110000 101101 100100

Color Harmonies of #873382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873382

Black with #873382

Text Example


Text Example

White with #873382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873382; }

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

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

background-color css

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

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

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

border-color css

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

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

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