#842285

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

Shades of Dark Purple #842285

Tints of Dark Purple #842285

Color information

#842285 (or 0x842285) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 85. RGB value is (132,34,133). Sum of RGB (Red+Green+Blue) = 132+34+133=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #842285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842285 is #7BDD7A. Grayscale: #4A4A4A. Windows color (decimal): -8117627 or 8725124. OLE color: 8725124.

HSL color Cylindrical-coordinate representation of color #842285: hue angle of 299.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842285 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13234133-
CMYK0.010.7400.48
HSL299.39º59.28%32.75%-
HSV(B)299.39º74.44%52.16%-
XYZ14.327.7422.93-
YUV74.59160.97168.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=44.15%
G=11.37%
B=44.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132341330.010.7400.48299.3959.2832.75
Hex84228514A03012b3b21
Octal2044220511120604537341
Binary1000010010001010000101110010100110000100101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842285; }

 p { color: rgb(132,34,133); }

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

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

 a { background-color: rgb(132,34,133); }

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

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

 span { border-color: rgb(132,34,133); }

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