#841283

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

Shades of Purple #841283

Tints of Purple #841283

Color information

#841283 (or 0x841283) is unknown color: approx Purple. HEX triplet: 84, 12 and 83. RGB value is (132,18,131). Sum of RGB (Red+Green+Blue) = 132+18+131=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #841283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841283 is #7BED7C. Grayscale: #404040. Windows color (decimal): -8121725 or 8589956. OLE color: 8589956.

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

Color convert

RGB13218131-
CMYK00.860.010.48
HSL300.53º76%29.41%-
HSV(B)300.53º86.36%51.76%-
XYZ13.836.9822.09-
YUV64.97165.27175.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=46.98%
G=6.41%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321813100.860.010.48300.537629.41
Hex84128305613012d4c1d
Octal20422203012616045511435
Binary100001001001010000011010101101110000100101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841283; }

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

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

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

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

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

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

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

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