Html Css Color HEX #84257D Dark Purple

📋 copy color: '#84257D'

red 132 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #84257D

Tints of Dark Purple #84257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 44.9%
G = 12.59%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84257D (or 0x84257D) is known color: Dark Purple. HEX triplet: 84, 25 and 7D. RGB value is (132,37,125). Sum of RGB (Red+Green+Blue) = 132+37+125=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257D is #7BDA82. Grayscale: #4B4B4B. Windows color (decimal): -8116867 or 8201604. OLE color: 8201604.

HSL color Cylindrical-coordinate representation of color #84257D: hue angle of 304.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 #84257D is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 125 -
CMYK 0 0.72 0.05 0.48
HSL 304.42º 0.56% 0.33% -
HSV(B) 304.42º 0.72% 0.52% -
XYZ 13.88 7.71 20.16 -
YUV 75.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 132 37 125 0 0.72 0.05 0.48 304.42 0.56 0.33
Hex 84 25 7D 0 48 5 30 130 38 21
Octal 204 45 175 0 110 5 60 460 70 41
Binary 10000100 100101 1111101 0 1001000 101 110000 100110000 111000 100001

Color Harmonies of #84257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84257D

Black with #84257D

Text Example


Text Example

White with #84257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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