#84236B

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

Shades of Dark Purple #84236B

Tints of Dark Purple #84236B

Color information

#84236B (or 0x84236B) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 6B. RGB value is (132,35,107). Sum of RGB (Red+Green+Blue) = 132+35+107=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84236B is #7BDC94. Grayscale: #484848. Windows color (decimal): -8117397 or 7021444. OLE color: 7021444.

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

Color convert

RGB13235107-
CMYK00.730.190.48
HSL315.46º58.08%32.75%-
HSV(B)315.46º73.48%51.76%-
XYZ12.777.1714.62-
YUV72.21147.64170.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=48.18%
G=12.77%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323510700.730.190.48315.4658.0832.75
Hex84236B049133013b3a21
Octal20443153011123604737241
Binary1000010010001111010110100100110011110000100111011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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