Html Css Color HEX #842185 Dark Purple

📋 copy color: '#842185'

red 132 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #842185

Tints of Dark Purple #842185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 44.3%
G = 11.07%
B = 44.63%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842185 (or 0x842185) is known color: Dark Purple. HEX triplet: 84, 21 and 85. RGB value is (132,33,133). Sum of RGB (Red+Green+Blue) = 132+33+133=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #842185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842185 is #7BDE7A. Grayscale: #494949. Windows color (decimal): -8117883 or 8724868. OLE color: 8724868.

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

Color convert

RGB 132 33 133 -
CMYK 0.01 0.75 0 0.48
HSL 299.4º 0.6% 0.33% -
HSV(B) 299.4º 0.75% 0.52% -
XYZ 14.29 7.69 22.92 -
YUV 74 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 132 33 133 0.01 0.75 0 0.48 299.4 0.6 0.33
Hex 84 21 85 1 4B 0 30 12B 3C 21
Octal 204 41 205 1 113 0 60 453 74 41
Binary 10000100 100001 10000101 1 1001011 0 110000 100101011 111100 100001

Color Harmonies of #842185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842185

Black with #842185

Text Example


Text Example

White with #842185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842185; }

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

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

background-color css

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

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

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

border-color css

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

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

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