Html Css Color HEX #841985 Dark Purple

📋 copy color: '#841985'

red 132 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #841985

Tints of Dark Purple #841985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 45.52%
G = 8.62%
B = 45.86%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#841985 (or 0x841985) is known color: Dark Purple. HEX triplet: 84, 19 and 85. RGB value is (132,25,133). Sum of RGB (Red+Green+Blue) = 132+25+133=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #841985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841985 is #7BE67A. Grayscale: #444444. Windows color (decimal): -8119931 or 8722820. OLE color: 8722820.

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

Color convert

RGB 132 25 133 -
CMYK 0.01 0.81 0 0.48
HSL 299.44º 0.68% 0.31% -
HSV(B) 299.44º 0.81% 0.52% -
XYZ 14.1 7.29 22.86 -
YUV 69.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 132 25 133 0.01 0.81 0 0.48 299.44 0.68 0.31
Hex 84 19 85 1 51 0 30 12B 44 1F
Octal 204 31 205 1 121 0 60 453 104 37
Binary 10000100 11001 10000101 1 1010001 0 110000 100101011 1000100 11111

Color Harmonies of #841985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841985

Black with #841985

Text Example


Text Example

White with #841985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841985; }

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

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

background-color css

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

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

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

border-color css

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

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

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