Html Css Color HEX #842585 Dark Purple

📋 copy color: '#842585'

red 132 ◦ green 37 ◦ blue 133

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

Shades of Dark Purple #842585

Tints of Dark Purple #842585

RGB

 RED value IS 132 (51.95% from 255) = 43.71%

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 43.71%
G = 12.25%
B = 44.04%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842585 (or 0x842585) is known color: Dark Purple. HEX triplet: 84, 25 and 85. RGB value is (132,37,133). Sum of RGB (Red+Green+Blue) = 132+37+133=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #842585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842585 is #7BDA7A. Grayscale: #4C4C4C. Windows color (decimal): -8116859 or 8725892. OLE color: 8725892.

HSL color Cylindrical-coordinate representation of color #842585: hue angle of 299.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842585 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 133 -
CMYK 0.01 0.72 0 0.48
HSL 299.38º 0.56% 0.33% -
HSV(B) 299.38º 0.72% 0.52% -
XYZ 14.41 7.92 22.96 -
YUV 76.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 132 37 133 0.01 0.72 0 0.48 299.38 0.56 0.33
Hex 84 25 85 1 48 0 30 12B 38 21
Octal 204 45 205 1 110 0 60 453 70 41
Binary 10000100 100101 10000101 1 1001000 0 110000 100101011 111000 100001

Color Harmonies of #842585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842585

Black with #842585

Text Example


Text Example

White with #842585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842585; }

 p { color: rgb(132,37,133); }

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

background-color css

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

 a { background-color: rgb(132,37,133); }

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

border-color css

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

 span { border-color: rgb(132,37,133); }

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