Html Css Color HEX #84286B Dark Purple

📋 copy color: '#84286B'

red 132 ◦ green 40 ◦ blue 107

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

Shades of Dark Purple #84286B

Tints of Dark Purple #84286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 47.31%
G = 14.34%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84286B (or 0x84286B) is known color: Dark Purple. HEX triplet: 84, 28 and 6B. RGB value is (132,40,107). Sum of RGB (Red+Green+Blue) = 132+40+107=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84286B is #7BD794. Grayscale: #4A4A4A. Windows color (decimal): -8116117 or 7022724. OLE color: 7022724.

HSL color Cylindrical-coordinate representation of color #84286B: hue angle of 316.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84286B is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 107 -
CMYK 0 0.70 0.19 0.48
HSL 316.3º 0.53% 0.34% -
HSV(B) 316.3º 0.7% 0.52% -
XYZ 12.93 7.48 14.67 -
YUV 75.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 132 40 107 0 0.70 0.19 0.48 316.3 0.53 0.34
Hex 84 28 6B 0 46 13 30 13C 35 22
Octal 204 50 153 0 106 23 60 474 65 42
Binary 10000100 101000 1101011 0 1000110 10011 110000 100111100 110101 100010

Color Harmonies of #84286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84286B

Black with #84286B

Text Example


Text Example

White with #84286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84286B; }

 p { color: rgb(132,40,107); }

 H1.HeaderClassName
 {
   color: #84286B;
 }
 .AnyTagClassName
 {
   color: #84286B;
 }
</style>

background-color css

<style>
 a { background-color: #84286B; }

 a { background-color: rgb(132,40,107); }

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

border-color css

<style>
 span { border-color: #84286B; }

 span { border-color: rgb(132,40,107); }

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