Html Css Color HEX #840085 Purple

📋 copy color: '#840085'

red 132 ◦ green 0 ◦ blue 133

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

Shades of Purple #840085

Tints of Purple #840085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.81%
G = 0%
B = 50.19%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#840085 (or 0x840085) is known color: Purple. HEX triplet: 84, 00 and 85. RGB value is (132,0,133). Sum of RGB (Red+Green+Blue) = 132+0+133=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #840085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840085 is #7BFF7A. Grayscale: #363636. Windows color (decimal): -8126331 or 8716420. OLE color: 8716420.

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

Color convert

RGB 132 0 133 -
CMYK 0.01 1 0 0.48
HSL 299.55º 1% 0.26% -
HSV(B) 299.55º 1% 0.52% -
XYZ 13.75 6.6 22.74 -
YUV 54.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 132 0 133 0.01 1 0 0.48 299.55 1 0.26
Hex 84 0 85 1 64 0 30 12C 64 1A
Octal 204 0 205 1 144 0 60 454 144 32
Binary 10000100 0 10000101 1 1100100 0 110000 100101100 1100100 11010

Color Harmonies of #840085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840085

Black with #840085

Text Example


Text Example

White with #840085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840085; }

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

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

background-color css

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

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

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

border-color css

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

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

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