Html Css Color HEX #841963 Dark Purple

📋 copy color: '#841963'

red 132 ◦ green 25 ◦ blue 99

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

Shades of Dark Purple #841963

Tints of Dark Purple #841963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 51.56%
G = 9.77%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#841963 (or 0x841963) is known color: Dark Purple. HEX triplet: 84, 19 and 63. RGB value is (132,25,99). Sum of RGB (Red+Green+Blue) = 132+25+99=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #841963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841963 is #7BE69C. Grayscale: #414141. Windows color (decimal): -8119965 or 6494596. OLE color: 6494596.

HSL color Cylindrical-coordinate representation of color #841963: hue angle of 318.5º 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 #841963 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 99 -
CMYK 0 0.81 0.25 0.48
HSL 318.5º 0.68% 0.31% -
HSV(B) 318.5º 0.81% 0.52% -
XYZ 12.12 6.5 12.42 -
YUV 65.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 132 25 99 0 0.81 0.25 0.48 318.5 0.68 0.31
Hex 84 19 63 0 51 19 30 13F 44 1F
Octal 204 31 143 0 121 31 60 477 104 37
Binary 10000100 11001 1100011 0 1010001 11001 110000 100111111 1000100 11111

Color Harmonies of #841963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841963

Black with #841963

Text Example


Text Example

White with #841963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841963; }

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

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

background-color css

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

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

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

border-color css

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

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

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