Html Css Color HEX #84126A Dark Purple

📋 copy color: '#84126A'

red 132 ◦ green 18 ◦ blue 106

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

Shades of Dark Purple #84126A

Tints of Dark Purple #84126A

RGB

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

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

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

R = 51.56%
G = 7.03%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84126A (or 0x84126A) is known color: Dark Purple. HEX triplet: 84, 12 and 6A. RGB value is (132,18,106). Sum of RGB (Red+Green+Blue) = 132+18+106=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84126A is #7BED95. Grayscale: #3D3D3D. Windows color (decimal): -8121750 or 6951556. OLE color: 6951556.

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

Color convert

RGB 132 18 106 -
CMYK 0 0.86 0.20 0.48
HSL 313.68º 0.76% 0.29% -
HSV(B) 313.68º 0.86% 0.52% -
XYZ 12.33 6.38 14.22 -
YUV 62.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 132 18 106 0 0.86 0.20 0.48 313.68 0.76 0.29
Hex 84 12 6A 0 56 14 30 13A 4C 1D
Octal 204 22 152 0 126 24 60 472 114 35
Binary 10000100 10010 1101010 0 1010110 10100 110000 100111010 1001100 11101

Color Harmonies of #84126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84126A

Black with #84126A

Text Example


Text Example

White with #84126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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