Html Css Color HEX #841F85 Dark Purple

📋 copy color: '#841F85'

red 132 ◦ green 31 ◦ blue 133

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

Shades of Dark Purple #841F85

Tints of Dark Purple #841F85

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

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

R = 44.59%
G = 10.47%
B = 44.93%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#841F85 (or 0x841F85) is known color: Dark Purple. HEX triplet: 84, 1F and 85. RGB value is (132,31,133). Sum of RGB (Red+Green+Blue) = 132+31+133=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #841F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841F85 is #7BE07A. Grayscale: #484848. Windows color (decimal): -8118395 or 8724356. OLE color: 8724356.

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

Color convert

RGB 132 31 133 -
CMYK 0.01 0.77 0 0.48
HSL 299.41º 0.62% 0.32% -
HSV(B) 299.41º 0.77% 0.52% -
XYZ 14.24 7.58 22.9 -
YUV 72.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 132 31 133 0.01 0.77 0 0.48 299.41 0.62 0.32
Hex 84 1F 85 1 4D 0 30 12B 3E 20
Octal 204 37 205 1 115 0 60 453 76 40
Binary 10000100 11111 10000101 1 1001101 0 110000 100101011 111110 100000

Color Harmonies of #841F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F85

Black with #841F85

Text Example


Text Example

White with #841F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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