Html Css Color HEX #84126F Dark Purple

📋 copy color: '#84126F'

red 132 ◦ green 18 ◦ blue 111

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

Shades of Dark Purple #84126F

Tints of Dark Purple #84126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 50.57%
G = 6.9%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84126F (or 0x84126F) is known color: Dark Purple. HEX triplet: 84, 12 and 6F. RGB value is (132,18,111). Sum of RGB (Red+Green+Blue) = 132+18+111=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84126F is #7BED90. Grayscale: #3E3E3E. Windows color (decimal): -8121745 or 7279236. OLE color: 7279236.

HSL color Cylindrical-coordinate representation of color #84126F: hue angle of 311.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84126F is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 111 -
CMYK 0 0.86 0.16 0.48
HSL 311.05º 0.76% 0.29% -
HSV(B) 311.05º 0.86% 0.52% -
XYZ 12.6 6.49 15.63 -
YUV 62.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 132 18 111 0 0.86 0.16 0.48 311.05 0.76 0.29
Hex 84 12 6F 0 56 10 30 137 4C 1D
Octal 204 22 157 0 126 20 60 467 114 35
Binary 10000100 10010 1101111 0 1010110 10000 110000 100110111 1001100 11101

Color Harmonies of #84126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84126F

Black with #84126F

Text Example


Text Example

White with #84126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84126F; }

 p { color: rgb(132,18,111); }

 H1.HeaderClassName
 {
   color: #84126F;
 }
 .AnyTagClassName
 {
   color: #84126F;
 }
</style>

background-color css

<style>
 a { background-color: #84126F; }

 a { background-color: rgb(132,18,111); }

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

border-color css

<style>
 span { border-color: #84126F; }

 span { border-color: rgb(132,18,111); }

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