Html Css Color HEX #84126B Dark Purple

📋 copy color: '#84126B'

red 132 ◦ green 18 ◦ blue 107

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

Shades of Dark Purple #84126B

Tints of Dark Purple #84126B

RGB

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

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

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

R = 51.36%
G = 7%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84126B (or 0x84126B) is known color: Dark Purple. HEX triplet: 84, 12 and 6B. RGB value is (132,18,107). Sum of RGB (Red+Green+Blue) = 132+18+107=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84126B is #7BED94. Grayscale: #3D3D3D. Windows color (decimal): -8121749 or 7017092. OLE color: 7017092.

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

Color convert

RGB 132 18 107 -
CMYK 0 0.86 0.19 0.48
HSL 313.16º 0.76% 0.29% -
HSV(B) 313.16º 0.86% 0.52% -
XYZ 12.39 6.4 14.49 -
YUV 62.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 132 18 107 0 0.86 0.19 0.48 313.16 0.76 0.29
Hex 84 12 6B 0 56 13 30 139 4C 1D
Octal 204 22 153 0 126 23 60 471 114 35
Binary 10000100 10010 1101011 0 1010110 10011 110000 100111001 1001100 11101

Color Harmonies of #84126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84126B

Black with #84126B

Text Example


Text Example

White with #84126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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