Html Css Color HEX #84256A Dark Purple

📋 copy color: '#84256A'

red 132 ◦ green 37 ◦ blue 106

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

Shades of Dark Purple #84256A

Tints of Dark Purple #84256A

RGB

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

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

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

R = 48%
G = 13.45%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84256A (or 0x84256A) is known color: Dark Purple. HEX triplet: 84, 25 and 6A. RGB value is (132,37,106). Sum of RGB (Red+Green+Blue) = 132+37+106=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84256A is #7BDA95. Grayscale: #494949. Windows color (decimal): -8116886 or 6956420. OLE color: 6956420.

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

Color convert

RGB 132 37 106 -
CMYK 0 0.72 0.20 0.48
HSL 316.42º 0.56% 0.33% -
HSV(B) 316.42º 0.72% 0.52% -
XYZ 12.78 7.27 14.37 -
YUV 73.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 132 37 106 0 0.72 0.20 0.48 316.42 0.56 0.33
Hex 84 25 6A 0 48 14 30 13C 38 21
Octal 204 45 152 0 110 24 60 474 70 41
Binary 10000100 100101 1101010 0 1001000 10100 110000 100111100 111000 100001

Color Harmonies of #84256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84256A

Black with #84256A

Text Example


Text Example

White with #84256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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