#84266B

Color #84266B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84266B

Tints of Dark Purple #84266B

Color information

#84266B (or 0x84266B) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 6B. RGB value is (132,38,107). Sum of RGB (Red+Green+Blue) = 132+38+107=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84266B is #7BD994. Grayscale: #494949. Windows color (decimal): -8116629 or 7022212. OLE color: 7022212.

HSL color Cylindrical-coordinate representation of color #84266B: hue angle of 315.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84266B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13238107-
CMYK00.710.190.48
HSL315.96º55.29%33.33%-
HSV(B)315.96º71.21%51.76%-
XYZ12.867.3514.65-
YUV73.97146.64169.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=47.65%
G=13.72%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323810700.710.190.48315.9655.2933.33
Hex84266B047133013c3721
Octal20446153010723604746741
Binary1000010010011011010110100011110011110000100111100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84266B;
 }
 .AnyTagClassName
 {
   color: #84266B;
 }
</style>
background-color css

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

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

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

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

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

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