Html Css Color HEX #841962 Dark Purple

📋 copy color: '#841962'

red 132 ◦ green 25 ◦ blue 98

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

Shades of Dark Purple #841962

Tints of Dark Purple #841962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 51.76%
G = 9.8%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#841962 (or 0x841962) is known color: Dark Purple. HEX triplet: 84, 19 and 62. RGB value is (132,25,98). Sum of RGB (Red+Green+Blue) = 132+25+98=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841962 is #7BE69D. Grayscale: #414141. Windows color (decimal): -8119966 or 6429060. OLE color: 6429060.

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

Color convert

RGB 132 25 98 -
CMYK 0 0.81 0.26 0.48
HSL 319.07º 0.68% 0.31% -
HSV(B) 319.07º 0.81% 0.52% -
XYZ 12.07 6.48 12.17 -
YUV 65.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 132 25 98 0 0.81 0.26 0.48 319.07 0.68 0.31
Hex 84 19 62 0 51 1A 30 13F 44 1F
Octal 204 31 142 0 121 32 60 477 104 37
Binary 10000100 11001 1100010 0 1010001 11010 110000 100111111 1000100 11111

Color Harmonies of #841962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841962

Black with #841962

Text Example


Text Example

White with #841962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841962; }

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

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

background-color css

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

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

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

border-color css

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

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

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