#84266d

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

Shades of Dark Purple #84266D

Tints of Dark Purple #84266D

Color information

#84266D (or 0x84266D) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 6D. RGB value is (132,38,109). Sum of RGB (Red+Green+Blue) = 132+38+109=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84266D is #7BD992. Grayscale: #4A4A4A. Windows color (decimal): -8116627 or 7153284. OLE color: 7153284.

HSL color Cylindrical-coordinate representation of color #84266D: hue angle of 314.68º 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 #84266D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13238109-
CMYK00.710.170.48
HSL314.68º55.29%33.33%-
HSV(B)314.68º71.21%51.76%-
XYZ12.977.415.21-
YUV74.2147.64169.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=47.31%
G=13.62%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323810900.710.170.48314.6855.2933.33
Hex84266D047113013b3721
Octal20446155010721604736741
Binary1000010010011011011010100011110001110000100111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84266d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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