Html Css Color HEX #84256D Dark Purple

📋 copy color: '#84256D'

red 132 ◦ green 37 ◦ blue 109

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

Shades of Dark Purple #84256D

Tints of Dark Purple #84256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 47.48%
G = 13.31%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84256D (or 0x84256D) is known color: Dark Purple. HEX triplet: 84, 25 and 6D. RGB value is (132,37,109). Sum of RGB (Red+Green+Blue) = 132+37+109=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84256D is #7BDA92. Grayscale: #494949. Windows color (decimal): -8116883 or 7153028. OLE color: 7153028.

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

Color convert

RGB 132 37 109 -
CMYK 0 0.72 0.17 0.48
HSL 314.53º 0.56% 0.33% -
HSV(B) 314.53º 0.72% 0.52% -
XYZ 12.94 7.33 15.2 -
YUV 73.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 132 37 109 0 0.72 0.17 0.48 314.53 0.56 0.33
Hex 84 25 6D 0 48 11 30 13B 38 21
Octal 204 45 155 0 110 21 60 473 70 41
Binary 10000100 100101 1101101 0 1001000 10001 110000 100111011 111000 100001

Color Harmonies of #84256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84256D

Black with #84256D

Text Example


Text Example

White with #84256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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