Html Css Color HEX #84246D Dark Purple

📋 copy color: '#84246D'

red 132 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #84246D

Tints of Dark Purple #84246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 47.65%
G = 13%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84246D (or 0x84246D) is known color: Dark Purple. HEX triplet: 84, 24 and 6D. RGB value is (132,36,109). Sum of RGB (Red+Green+Blue) = 132+36+109=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84246D is #7BDB92. Grayscale: #484848. Windows color (decimal): -8117139 or 7152772. OLE color: 7152772.

HSL color Cylindrical-coordinate representation of color #84246D: hue angle of 314.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84246D is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 109 -
CMYK 0 0.73 0.17 0.48
HSL 314.38º 0.57% 0.33% -
HSV(B) 314.38º 0.73% 0.52% -
XYZ 12.91 7.27 15.19 -
YUV 73.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 132 36 109 0 0.73 0.17 0.48 314.38 0.57 0.33
Hex 84 24 6D 0 49 11 30 13A 39 21
Octal 204 44 155 0 111 21 60 472 71 41
Binary 10000100 100100 1101101 0 1001001 10001 110000 100111010 111001 100001

Color Harmonies of #84246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84246D

Black with #84246D

Text Example


Text Example

White with #84246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84246D; }

 p { color: rgb(132,36,109); }

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

background-color css

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

 a { background-color: rgb(132,36,109); }

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

border-color css

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

 span { border-color: rgb(132,36,109); }

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