Html Css Color HEX #84246A Dark Purple

📋 copy color: '#84246A'

red 132 ◦ green 36 ◦ blue 106

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

Shades of Dark Purple #84246A

Tints of Dark Purple #84246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 48.18%
G = 13.14%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84246A (or 0x84246A) is known color: Dark Purple. HEX triplet: 84, 24 and 6A. RGB value is (132,36,106). Sum of RGB (Red+Green+Blue) = 132+36+106=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84246A is #7BDB95. Grayscale: #484848. Windows color (decimal): -8117142 or 6956164. OLE color: 6956164.

HSL color Cylindrical-coordinate representation of color #84246A: hue angle of 316.25º 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 #84246A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 106 -
CMYK 0 0.73 0.20 0.48
HSL 316.25º 0.57% 0.33% -
HSV(B) 316.25º 0.73% 0.52% -
XYZ 12.75 7.21 14.36 -
YUV 72.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 132 36 106 0 0.73 0.20 0.48 316.25 0.57 0.33
Hex 84 24 6A 0 49 14 30 13C 39 21
Octal 204 44 152 0 111 24 60 474 71 41
Binary 10000100 100100 1101010 0 1001001 10100 110000 100111100 111001 100001

Color Harmonies of #84246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84246A

Black with #84246A

Text Example


Text Example

White with #84246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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